17b114c88d
Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
15 lines
949 B
Plaintext
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.
|