-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no azurerm_api_ratelimit metric in /metrics #4
Comments
These metrics are only published once and cleaned up after reason for this is that these metrics are only valid for a short period of time. 5 minutes later the values would be not valid anymore (eg ratelimit). azure-loganalytics-exporter doesn't access the Azure RM API that often as it's cached so you might not see these metrics that often. If you disable autoreset the metrics should stay and are not cleaned up but be aware that this can be misleading. |
Hi @mblaschke |
There is only a ratelimit detection for Azure ResoruceManager API, not one for Azure Monitor/Insights API. If you pass workspaces directly it will not use any ServiceDiscovery and so no API calls are trigged (and so no ratelimits are detected) If Azure publishes the workspace ratelimits via HTTP header i will add them. |
Hi @mblaschke
i am not able to see azurerm_api_ratelimit metric in /metrics endpoint
so i set my env var
METRIC_AZURERM_API_RATELIMIT_AUTORESET true
METRIC_AZURERM_API_RATELIMIT_ENABLE true
still i am not able to see that
is there any specific reason for that?
The text was updated successfully, but these errors were encountered: