RobustPerception / azure_metrics_exporter

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

Fix a bug about comparing types to get apiVersions #77

Closed vincentcreusot closed 4 years ago

vincentcreusot commented 4 years ago

To get the apiVersion to use to be able to get the azure_resource_info, the resources that have a sub resource were not taken into account. I used the same decomposition method than the one used to create the labels and added a unit test.

brian-brazil commented 4 years ago

Thanks!