metalk8s
metalk8s copied to clipboard
Expose Dex metrics and scrape them with Prometheus
Component: charts, salt
Why this is needed: To be able to correctly monitor Dex processes.
What should be done: Expose Dex metrics, then scrape them using Prometheus.
Implementation proposal (strongly recommended):
- Tune the Dex Helm chart configuration file
charts/dex.yamlto enable metrics
telemetry: true
- Deploy a
ServiceMonitorobject to expose the Dex/metricspath to Prometheus.
Test plan: