webdevops / azure-keyvault-exporter

Prometheus exporter for Azure Keyvault entries (expiry date)
MIT License
16 stars 5 forks source link

Receiving Azure Tracing Metrics, not KV Metrics #23

Open a-m-a-n-d-a-r-i-n opened 1 month ago

a-m-a-n-d-a-r-i-n commented 1 month ago

I set up the exporter both using Kubernetes and using docker, and in both cases, when the scraping is finished and I look at the localhost:8080/metrics, all I see is the Azure Tracing metrics.: azurerm_api_request_bucket, azurerm_api_request_sum, etc

I don't see the secret/key/certificate metrics, which I think would be expected.

Not sure if I am missing something, but any help would be appreciated!

a-m-a-n-d-a-r-i-n commented 1 month ago

Only when the key vault filter is set, without the key vault filter it works fine