webdevops / azure-resourcemanager-exporter

Prometheus exporter for Azure ResourceManager informations (infos, quotas, limits, usages, public IPs, portscanner)
MIT License
33 stars 17 forks source link

How to get api ratelimit write/delete operations. #42

Closed jiragrid closed 1 year ago

jiragrid commented 1 year ago

I've deploy azure resourcemanager exporter on aks and using Manage Identity. I can get ratelimit metrics but only type "reads".

How to get other operations?

mblaschke commented 1 year ago

in the newest version i've removed it because it doesn't seem to be usefull as this is a per identity (managed identity/serviceprincipal) specific metric. If you use multiple identities every identity has it's own ratelimit.

The exporter is not triggering any write requests (there was a hack in earlier versions for that) so it's not getting the write metrics from Azure.

mblaschke commented 1 year ago

no feedback, please reopen if this is still an issue