Azure / azure-workload-identity

Azure AD Workload Identity uses Kubernetes primitives to associate managed identities for Azure resources and identities in Azure Active Directory (AAD) with pods.
https://azure.github.io/azure-workload-identity
MIT License
298 stars 93 forks source link

No service for metrics #1384

Closed davejhahn closed 3 months ago

davejhahn commented 3 months ago

I see that there is Prometheus metrics available on port 8095, however the example in the document/helm chart shows port-forwarding to the deployment to access.

Looking at the service it does not map to 8095--so not sure how the metrics port is supposed to be exposed to Prometheus without changing the existing service to include 8095. Doesn't look like it's configurable through the helm chart.

Maybe I'm missing something?

davejhahn commented 3 months ago

Looks like I could do with a PodMonitor, although seems like it should be an option in the Helm chart to create or not. Closing.