mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
This check ensures that local ScrapeConfigs that only specify Legacy validation do not inherit the default global AllowUTF8 escaping setting, which is an invalid combination of settings. --------- Signed-off-by: Owen Williams <owen.williams@grafana.com>
3 lines
83 B
YAML
3 lines
83 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
metric_name_validation_scheme: legacy
|