mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 03:57:01 +02:00
New how-to guide to enable telemetry, restructure telemetry metrics as partials, and provide multiple index pages to make them easier to look up.
21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
---
|
|
layout: docs
|
|
page_title: "Telemetry reference: Policy metrics"
|
|
description: >-
|
|
Technical reference for policy related telemetry values.
|
|
---
|
|
|
|
# Policy telemetry
|
|
|
|
Policy telemetry provides information on the time Vault spends on policy
|
|
operations.
|
|
|
|
## Default metrics
|
|
|
|
@include 'telemetry-metrics/vault/policy/delete_policy.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/policy/get_policy.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/policy/list_policies.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/policy/set_policy.mdx' |