mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* remove metrics * add test and documentation * update docs * changelog * fix TestConfig_Sanitized * Update website/content/docs/upgrading/upgrade-to-1.15.x.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/upgrading/upgrade-to-1.15.x.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/partials/telemetry-metrics/rollback-intro.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/partials/telemetry-metrics/route-intro.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * separate partials for metrics * remove debugging line * add high cardinality warning --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
4 lines
370 B
Plaintext
4 lines
370 B
Plaintext
```release-note:change
|
|
telemetry: Replace `vault.rollback.attempt.{MOUNT_POINT}` and `vault.route.rollback.{MOUNT_POINT}` metrics with `vault.rollback.attempt` and `vault.route.rollback metrics` by default. Added a telemetry configuration `add_mount_point_rollback_metrics` which, when set to true, causes vault to emit the metrics with mount points in their names.
|
|
```
|