This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
prometheus
mirror of
https://github.com/prometheus/prometheus
Watch
1
Star
0
Fork
You've already forked prometheus
0
Code
Issues
Projects
Releases
Wiki
Activity
af2a1cb10c
prometheus
/
config
/
testdata
/
scrape_config_local_validat...
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 18:13:41 +00: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 14:38:27 +00:00
metric_name_validation_scheme
:
legacy