Yoko Hyakuna ed4664005b
[DOCS] Fix style inconsistency (#29199)
* Fix style inconsistency

* Fix typos

* Update website/content/docs/platform/k8s/vso/secret-transformation.mdx

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>

* Update website/content/docs/platform/k8s/helm/terraform.mdx

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>

* Update website/content/docs/platform/k8s/injector/annotations.mdx

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>

---------

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-12-17 08:01:12 -08:00

15 lines
952 B
Plaintext

---
layout: docs
page_title: Vault Secrets Operator telemetry
description: >-
Learn how the Vault Secrets Operator is instrumented with Prometheus metrics.
---
# Vault Secrets Operator 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.