Fixed a regression with CloudWatch
This commit is contained in:
parent
b5a894dd89
commit
dd22e7855a
4 changed files with 41 additions and 38 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue