You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like we need to port the metricTop argument from upstream? I'm not sure how easy it is, but if someone wants to open a PR for it then I think it'd be acceptable to add this in.
What's wrong?
prometheus.exporter.azure returns a maximum of 10 resources when it uses Azure Metrics Batch API. It looks like it uses a default value for top parameter, which 10: https://learn.microsoft.com/en-us/rest/api/monitor/metrics-batch/batch?view=rest-monitor-2023-10-01&tabs=HTTP
here are several examples of different resources:
here is an example of how many disks I have:
and postgres servers:
I think it will be good to have this parameter configurable on the exporter side
Steps to reproduce
configure prometheus.exporter.azure for any resource type with more than 10 resources. Observe the number of metrics returned
System information
No response
Software version
Alloy v1.6.1
Configuration
Logs
The text was updated successfully, but these errors were encountered: