metalk8s icon indicating copy to clipboard operation
metalk8s copied to clipboard

Expose Dex metrics and scrape them with Prometheus

Open alexandre-allard opened this issue 4 years ago • 0 comments

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.yaml to enable metrics
telemetry: true
  • Deploy a ServiceMonitor object to expose the Dex /metrics path to Prometheus.

Test plan:

alexandre-allard avatar May 11 '21 07:05 alexandre-allard