This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
prometheus
mirror of
https://github.com/prometheus/prometheus
Watch
1
Star
0
Fork
You've already forked prometheus
0
Code
Issues
Projects
Releases
Wiki
Activity
0088aa4d45
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'
]