mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 19:47:02 +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.
30 lines
726 B
Plaintext
30 lines
726 B
Plaintext
---
|
|
layout: docs
|
|
page_title: "Telemetry reference: Audit metrics"
|
|
description: >-
|
|
Technical reference for audit log telemetry values.
|
|
---
|
|
|
|
# Audit log telemetry
|
|
|
|
Audit log telemetry provides information on the health of your configured audit
|
|
devices.
|
|
|
|
## Default metrics
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_request_failure.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_request.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_response_failure.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_response.mdx'
|
|
|
|
## Audit device metrics
|
|
|
|
@include 'telemetry-metrics/device-intro.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/device/log_request.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/device/log_response.mdx'
|