mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
fd2bd81cd8
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.
6 lines
86 B
YAML
6 lines
86 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
target_groups:
|
|
- targets:
|
|
- http://bad
|