mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
backport of commit 133e9ac793 (#22736)
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4c0edc73b2
commit
c0f52d42a4
@@ -62,13 +62,9 @@ telemetry {
|
||||
}
|
||||
```
|
||||
|
||||
<Tip>
|
||||
|
||||
Many metrics solutions charge by the metric. You can set `filter_default` to
|
||||
false and use the `prefix_filter` parameter to include and exclude specific
|
||||
values based on metric name to avoid paying for irrelevant information.
|
||||
|
||||
</Tip>
|
||||
Many metrics solutions charge by the metric. You can set `filter_default` to
|
||||
false and use the `prefix_filter` parameter to include and exclude specific
|
||||
values based on metric name to avoid paying for irrelevant information.
|
||||
|
||||
For example, to limit your telemetry to the core token metrics plus the number
|
||||
of leases set to expire:
|
||||
@@ -100,6 +96,9 @@ Popular reporting solutions compatible with Vault:
|
||||
|
||||
## Next steps
|
||||
|
||||
- Review the
|
||||
[Key metrics for common health checks](/well-architected-framework/reliability/reliability-vault-monitoring-key-metrics)
|
||||
guide to identify metrics you may want to start monitoring immediately.
|
||||
- Review the full list of available
|
||||
[telemetry parameters](/vault/docs/configuration/telemetry#telemetry-parameters).
|
||||
- Review the [Monitor telemetry and audit device log data](/vault/tutorials/monitoring/monitor-telemetry-audit-splunk)
|
||||
|
||||
@@ -13,12 +13,20 @@ of different libraries and subsystems. These metrics are aggregated on a
|
||||
metrics, like `vault.kv.secret.count`, report every 10 minutes or at an interval
|
||||
configured with in the `telemetry` stanza.
|
||||
|
||||
Telemetry from Vault must be streamed and stored in metrics aggregation
|
||||
software to monitor Vault and collect durable metrics.
|
||||
|
||||
@include 'telemetry/supported-aggregation-agents.mdx'
|
||||
|
||||
<Important>
|
||||
Telemetry from Vault must be streamed and stored in metrics aggregation
|
||||
software to monitor Vault and collect durable metrics.
|
||||
</Important>
|
||||
<Tip title="Start with key health metrics">
|
||||
|
||||
The [Well-Architected Framework](/well-architected-framework) documentation
|
||||
includes a best practices guide on
|
||||
[key Vault metrics for common health checks](/well-architected-framework/reliability/reliability-vault-monitoring-key-metrics).
|
||||
We recommend reviewing the key metric recommendations to identify metrics you
|
||||
may want to start monitoring immediately.
|
||||
|
||||
</Tip>
|
||||
|
||||
## Working with raw telemetry data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user