RobustPerception / azure_metrics_exporter

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

Allow selecting aggregations per resource #21

Closed carlpett closed 6 years ago

carlpett commented 6 years ago

This PR extends the config file with aggregations, a list of aggregations to query Azure for. If not given, the same list (total, min, max, avg) as was previously always used is used.

Fixes #17

carlpett commented 6 years ago

Added (strict) validation now.

brian-brazil commented 6 years ago

Thanks!