azure-metrics-exporter
azure-metrics-exporter copied to clipboard
Azure Monitor metrics exporter for Prometheus with dimension support, template engine and ServiceDiscovery
I want to break down BlockedCalls and Latency for a CognitiveServices metric by `RateLimitKey` which I have confirmed is possible via the ARM library: ``` res, err := client.List(ctx, "subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/",...
Querying for https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-resources-subscriptions-metrics currently fails due to the default filter passed here https://github.com/webdevops/azure-metrics-exporter/blob/34985800463fedcc311d547cf6bab7999fad1726/metrics/prober.go#L212 This causes azure to throw the following error: ```json { "cost": 0, "timespan": "2023-08-28T03:10:27Z/2023-08-28T04:10:27Z", "interval": "PT1M", "value":...
Hi, it seems azure released metrics data plane api - https://learn.microsoft.com/en-us/rest/api/monitor/metrics-data-plane/batch?tabs=HTTP - and it suppose not to be rate limited - https://techcommunity.microsoft.com/t5/azure-observability-blog/azure-monitor-announcing-public-preview-of-azure-metrics-data/ba-p/3805986 seems like something which looks promising to use...
Fixes #55 I had no chance to reproduce retry events.
Hello Team, We are trying to extract metrics from various resources (service bus, storage accounts, and VMs) and we are experiencing gaps several times a day in all of them....
Hi, I am quite new to this project, and to docker, azure etc. in general. 1. Could you please further explain the "How to test" section? How can I enable...
I've noticed on the documentation that metrics is listed as not required on the tables for querying, but when it's not set, no data is retrieved. Is there a way...
Although it is not documented, querying the /probe/metrics/resource endpoint without specifying a resourceType of filter throws an error: `"error","msg":"parameter \"resourceType\" or \"filter\" is missing` This can also be seen in...
As noted in one of the issues the actual timestamp of metrics received from Azure API is slightly behind scrape time. This change has an opt in feature to set...
is there Grafana Dashboards based on metrics published by this Exporter? Since it is used by many user thought it would be there.