From 148968e3992d798fdcf8e0672d96fa0becce616a Mon Sep 17 00:00:00 2001 From: Martin Danko <46035688+zepellin@users.noreply.github.com> Date: Wed, 7 May 2025 12:41:49 +0200 Subject: [PATCH] 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> --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 058e5e750c..feca4605b7 100644 --- a/docs/configuration/configuration.md +++ b/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: | default "utf8" ] +[ metric_name_escaping_scheme: | 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