parent
7bd9508c9b
commit
d19d1bcad3
@ -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