This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
prometheus
mirror of
https://github.com/prometheus/prometheus
Watch
1
Star
0
Fork
You've already forked prometheus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c3531af4e
prometheus
/
retrieval
/
discovery
/
fixtures
/
target_groups.yml
6 lines
98 B
YAML
Raw
Normal View
History
Unescape
Escape
Add initial file based service discovery. This commits adds file based service discovery which reads target groups from specified files. It detects changes based on file watches and regular refreshes.
2015-05-13 10:03:31 +00:00
-
targets
:
[
'localhost:9090'
,
'example.org:443'
]
labels
:
Fix discarding of labels in file target groups
2015-05-27 16:32:21 +00:00
foo
:
bar
Add initial file based service discovery. This commits adds file based service discovery which reads target groups from specified files. It detects changes based on file watches and regular refreshes.
2015-05-13 10:03:31 +00:00
-
targets
:
[
'my.domain'
]