prometheus/prom/retrieval/discovery/fixtures/target_groups.json

12 lines
130 B
JSON

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