mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
287ec6e6cc
The target_groups config has been renamed to static_configs, the error message for overflow attributes should reflect that.
6 lines
98 B
YAML
6 lines
98 B
YAML
- targets: ['localhost:9090', 'example.org:443']
|
|
labels:
|
|
foo: bar
|
|
|
|
- targets: ['my.domain']
|