mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
88bb05c3e8
This change causes Prometheus to allow all UTF-8 characters in metric and label names. This means that names that were previously invalid and would have been previously rejected will be allowed through. Signed-off-by: Owen Williams <owen.williams@grafana.com>
8 lines
170 B
YAML
8 lines
170 B
YAML
global:
|
|
metric_name_validation_scheme: legacy
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
relabel_configs:
|
|
- action: lowercase
|
|
source_labels: [__name__]
|