mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-04 02:17:25 -08:00
93548a8882
This commits adds file based service discovery which reads target groups from specified files. It detects changes based on file watches and regular refreshes.
6 lines
103 B
YAML
6 lines
103 B
YAML
- targets: ['localhost:9090', 'example.org:443']
|
|
labels:
|
|
test: success
|
|
|
|
- targets: ['my.domain']
|