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-10 23:54:05 -08:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
f1d4558469
prometheus
/
config
/
testdata
/
url_in_targetgroup.bad.yml
6 lines
87 B
YAML
Raw
Normal View
History
Unescape
Escape
Allow all instance labels in target groups With the blackbox exporter, the instance label will commonly be used for things other than hostnames so remove this restriction. https://example.com or https://example.com/probe/me are some examples. To prevent user error, check that urls aren't provided as targets when there's no relabelling that could potentically fix them.
2015-11-07 06:25:51 -08:00
scrape_configs
:
-
job_name
:
prometheus
config: deprecate `target_groups` for `static_configs` This change deprecates the `target_groups` option in favor of `static_configs`. The old configuration is still accepted but prints a warning. Configuration loading errors if both options are set.
2016-06-08 06:54:04 -07:00
static_configs
:
Allow all instance labels in target groups With the blackbox exporter, the instance label will commonly be used for things other than hostnames so remove this restriction. https://example.com or https://example.com/probe/me are some examples. To prevent user error, check that urls aren't provided as targets when there's no relabelling that could potentically fix them.
2015-11-07 06:25:51 -08:00
-
targets
:
-
http://bad
Reference in a new issue
Copy permalink