-
-
Notifications
You must be signed in to change notification settings - Fork 6
Scrape Vault metrics with Prometheus #574
Copy link
Copy link
Open
Labels
component: monitoringAn issue relating to a monitoring component (e.g. Prometheus, Grafana)An issue relating to a monitoring component (e.g. Prometheus, Grafana)group: kubernetesIssues and pull requests related to the Kubernetes setupIssues and pull requests related to the Kubernetes setup
Metadata
Metadata
Assignees
Labels
component: monitoringAn issue relating to a monitoring component (e.g. Prometheus, Grafana)An issue relating to a monitoring component (e.g. Prometheus, Grafana)group: kubernetesIssues and pull requests related to the Kubernetes setupIssues and pull requests related to the Kubernetes setup
Type
Projects
Status
Up next
Via #573, we currently do not scrape any metrics from Vault. This prevents us from monitoring Vault's health except via generic Kubernetes monitoring.
Vault exposes a metrics endpoint, see https://developer.hashicorp.com/vault/api-docs/system/metrics. The endpoint requires authentication. As far as I can see, we cannot cleanly configure headers to send along in the Prometheus server configuration in a generic manner.
Action items