mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Merge pull request #16563 from zepellin/patch-1
docs: Fix `metric_name_escaping_scheme` config parameter
This commit is contained in:
commit
f2fac45eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue