docs: Fix `metric_name_escaping_scheme` config parameter

This is a fix for documentation update done in https://github.com/prometheus/prometheus/pull/16066, setting correct name for a configuration value.

Signed-off-by: Martin Danko <46035688+zepellin@users.noreply.github.com>
pull/16563/head
Martin Danko 2 months ago committed by GitHub
parent 2bf6f4c9dc
commit 148968e399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/configuration/configuration.md

@ -503,7 +503,7 @@ metric_relabel_configs:
# If this value is left blank, Prometheus will default to `allow-utf-8` if the
# validation scheme for the current scrape config is set to utf8, or
# `underscores` if the validation scheme is set to `legacy`.
[ metric_name_validation_scheme: <string> | default "utf8" ]
[ metric_name_escaping_scheme: <string> | default "utf8" ]
# Limit on total number of positive and negative buckets allowed in a single
# native histogram. The resolution of a histogram with more buckets will be

Loading…
Cancel
Save