Vault
Vault Secrets Operator telemetry
[!IMPORTANT]
Documentation Update: Product documentation, which were located in this repository under/website
, are now located inhashicorp/web-unified-docs
, colocated with all other product documentation. Contributions to this content should be done in theweb-unified-docs
repo, and not this one. Changes made to/website
content in this repo will not be reflected on the developer.hashicorp.com website.
The Vault Secrets Operator is instrumented with Prometheus metrics in the following ways:
- The operator will emit the default controller-runtime metrics as outlined in the monitoring
- Custom metrics related to the operator internals which are defined in
internal/metrics/metrics.go
- Ability to deploy a Prometheus Service Monitor, configured via the Helm Chart
telemetry
stanza. - Ability to deploy a Metrics Service, configured via the Helm Chart
metricsService
stanza.