prometheus/discovery/file/fixtures/valid.json

12 lines
130 B
JSON

[
{
"targets": ["localhost:9090", "example.org:443"],
"labels": {
"foo": "bar"
}
},
{
"targets": ["my.domain"]
}
]