-
Notifications
You must be signed in to change notification settings - Fork 27
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
Metric gaps #47
Comments
was there a reset of the exporter in that time? |
No, it is very stable. The last reboot was to test version 22.12.0-beta0, we wanted to check if we were able to solve the gaps with this version. We couldn't, but we kept using it. |
Do you see metric gaps also in the Azure console? |
I hit something similar in my usage of the library - sometimes the metrics are missing. I believe our timeout for Prometheus scraping (20 seconds) might be too short in cases when Service Discovery is needed. @mblaschke - I was considering contributing some extra logging and/or some other ways of understanding what happens under the hood (is service discovery slow, is the metrics fetching slow etc. - maybe restrict it to only when doing Thanks! |
@cdavid with latest version you can now switch to subscription scoped metrics (path so i suggest to try the subscription scoped metrics first. |
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. For some of these gaps, we clearly see that the problem is on Azure's side (QueryThrottledException), but for others, we don't see anything in the log entries or in the exporter's metrics. This is an example from today, for the ServiceBus:
azurerm_api_request_count (rate):
azurerm_api_request_bucket (30s):
With the following configuration:
No failure found in the metrics exporter logs, and we have the same problems using '/probe/metrics/list' in other resources.
Can you please help me with this?
The text was updated successfully, but these errors were encountered: