mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-07 02:21:10 +01: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>
9 lines
167 B
HCL
9 lines
167 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
disable_mlock = true
|
|
ui = true
|
|
|
|
telemetry {
|
|
add_mount_point_rollback_metrics = true
|
|
} |