prometheus/discovery/file/fixtures/target_groups.json
2016-11-22 12:56:33 +01:00

12 lines
130 B
JSON

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