RobustPerception / azure_metrics_exporter

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

Adding type selection to tag filtering #65

Closed vincentcreusotfx closed 5 years ago

vincentcreusotfx commented 5 years ago

With the tag filtering feature, we had no option to deal with metrics that were not existing for one type of the tagged resources. The problem being that if resources of different types are tagged with the same key/value, metric collection would fail. With type filtering we can add filters for tags and specific types so that requests of metrics that do not exist for a specific tagged resource do not affect retrieving the other metrics of the resource.

brian-brazil commented 5 years ago

Thanks!