prometheus/discovery/file/fixtures/invalid_nil.json

10 lines
139 B
JSON

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