mirror of https://github.com/prometheus/prometheus
Browse Source
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>pull/14705/head
Owen Williams
3 months ago
16 changed files with 69 additions and 33 deletions
@ -1,4 +1,4 @@
|
||||
global: |
||||
metric_name_validation_scheme: utf8 |
||||
metric_name_validation_scheme: legacy |
||||
scrape_configs: |
||||
- job_name: prometheus |
||||
|
@ -1,5 +1,5 @@
|
||||
global: |
||||
metric_name_validation_scheme: utf8 |
||||
metric_name_validation_scheme: legacy |
||||
scrape_configs: |
||||
- job_name: prometheus |
||||
metric_name_validation_scheme: legacy |
||||
metric_name_validation_scheme: utf8 |
||||
|
@ -1,3 +1,3 @@
|
||||
scrape_configs: |
||||
- job_name: prometheus |
||||
metric_name_validation_scheme: utf8 |
||||
metric_name_validation_scheme: legacy |
||||
|
Loading…
Reference in new issue