mirror of https://github.com/prometheus/prometheus
Fabian Reinartz
8 years ago
24 changed files with 27 additions and 11 deletions
@ -0,0 +1,11 @@
|
||||
[ |
||||
{ |
||||
"targets": ["localhost:9090", "example.org:443"], |
||||
"labels": { |
||||
"foo": "bar" |
||||
} |
||||
}, |
||||
{ |
||||
"targets": ["my.domain"] |
||||
} |
||||
] |
@ -0,0 +1,5 @@
|
||||
- targets: ['localhost:9090', 'example.org:443'] |
||||
labels: |
||||
foo: bar |
||||
|
||||
- targets: ['my.domain'] |
Loading…
Reference in new issue