prometheus/discovery/file/fixtures/valid.json

12 lines
130 B
JSON
Raw Normal View History

2016-11-21 14:59:03 +00:00
[
{
"targets": ["localhost:9090", "example.org:443"],
"labels": {
"foo": "bar"
}
},
{
"targets": ["my.domain"]
}
]