Fixed a regression with CloudWatch

This commit is contained in:
Mike Grima 2020-04-27 12:48:23 -07:00
commit dd22e7855a
4 changed files with 41 additions and 38 deletions

View file

@ -384,7 +384,7 @@ LIST_METRICS_TEMPLATE = """<ListMetricsResponse xmlns="http://monitoring.amazona
</member>
{% endfor %}
</Dimensions>
<MetricName>Metric:{{ metric.name }}</MetricName>
<MetricName>{{ metric.name }}</MetricName>
<Namespace>{{ metric.namespace }}</Namespace>
</member>
{% endfor %}