Skip to content
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

Receiving Azure Tracing Metrics, not KV Metrics #23

Open
a-m-a-n-d-a-r-i-n opened this issue Oct 4, 2024 · 2 comments
Open

Receiving Azure Tracing Metrics, not KV Metrics #23

a-m-a-n-d-a-r-i-n opened this issue Oct 4, 2024 · 2 comments

Comments

@a-m-a-n-d-a-r-i-n
Copy link

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
Copy link
Author

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

@mblaschke
Copy link
Member

Which filter have you used?

try the resorucegraph query:

resources
| where type =~ "microsoft.keyvault/vaults"
| $filter
| project id

if you don't get your keyvaults, your filter is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants