open-vault/website/content/docs/platform/k8s/vso/telemetry.mdx
hc-github-team-secure-vault-core 17b114c88d
backport of commit 810bb6ccb28fd19d2f381bd60938c833dc96aec1 (#21158)
Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
2023-06-12 16:04:12 -05:00

15 lines
949 B
Plaintext

---
layout: docs
page_title: Vault Secrets Operator Telemetry
description: >-
The Vault Secrets Operator allows Pods to consume Vault secrets natively from Kubernetes Secrets.
---
# Telemetry
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](https://book-v1.book.kubebuilder.io/beyond_basics/controller_metrics.html)
* Custom metrics related to the operator internals which are defined in [`internal/metrics/metrics.go`](https://github.com/hashicorp/vault-secrets-operator/blob/main/internal/metrics/metrics.go)
* Ability to deploy a Prometheus Service Monitor, configured via the Helm Chart [`telemetry`](/vault/docs/platform/k8s/vso/helm#h-telemetry) stanza.
* Ability to deploy a Metrics Service, configured via the Helm Chart [`metricsService`](/vault/docs/platform/k8s/vso/helm#h-metricsservice) stanza.