RobustPerception / azure_metrics_exporter

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

List of exportable azure metrics #106

Open anoop2503 opened 3 years ago

anoop2503 commented 3 years ago

Hi,

I was trying to export Azure Load balancer metrics using this exporter and read the Azure doc to see the available/supported metrics. Ref: https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftnetworkloadbalancers

I have a couple of questions, if some could help me on this.

1) The above documentation is showing the supported metrics with a column "Exportable via Diagnostic Settings". Hope this exporter can expose metrics which are marked as "yes" in "Exportable via Diagnostic Settings" column.

2) I believe the exporter can expose only the metrics which have been listed in the above documentation. If not, it will be helpful if someone can share any doc reference (if available) which will guide me to configure more exportable metrics for load balancers.

Thank You,