mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
The target_groups config has been renamed to static_configs, the error message for overflow attributes should reflect that.
5 lines
98 B
YAML
5 lines
98 B
YAML
- targets: ['localhost:9090', 'example.org:443']
|
|
labels:
|
|
foo: bar
|
|
|
|
- targets: ['my.domain']
|