This website requires JavaScript.
Explore
Help
Sign In
mudhorn
/
prometheus
Watch
1
Star
0
Fork
You've already forked prometheus
0
mirror of
https://github.com/prometheus/prometheus.git
synced
2024-11-15 01:54:06 -08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
576000a457
prometheus
/
config
/
testdata
/
scrape_config_local_validation_mode.yml
4 lines
83 B
YAML
Raw
Normal View
History
Unescape
Escape
fix(utf8): fix config logic for name validation We should only overwrite the ScrapeConfig if it is empty. Added tests part of https://github.com/prometheus/prometheus/issues/13095 Signed-off-by: Owen Williams <owen.williams@grafana.com>
2024-08-23 11:13:41 -07:00
scrape_configs
:
-
job_name
:
prometheus
utf8: enable utf-8 support by default 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>
2024-08-21 07:38:27 -07:00
metric_name_validation_scheme
:
legacy
Reference in a new issue
Copy permalink