prometheus/discovery/file/fixtures/invalid_nil.json

10 lines
139 B
JSON
Raw Normal View History

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