RobustPerception / azure_metrics_exporter

Azure metrics exporter for Prometheus
Apache License 2.0
133 stars 70 forks source link

Serve all metric aggregates when none is specified #30

Closed debfx closed 6 years ago

debfx commented 6 years ago

The readme says:

By default, all aggregations are returned (`Total`, `Maximum`, `Average`, `Minimum`). It can be overridden per resource.

However without an aggregations key in the config no metric is returned. This pull request fixes this by returning all aggregations instead.

brian-brazil commented 6 years ago

Thanks!