json_exporter/test/serve/repeat-metric.json

31 lines
613 B
JSON

{
"counter": 1234,
"values": [
{
"id": "id-A",
"count": 1,
"some_boolean": true,
"state": "ACTIVE"
},
{
"id": "id-B",
"count": 2,
"some_boolean": true,
"state": "INACTIVE"
},
{
"id": "id-C",
"count": 3,
"some_boolean": true,
"state": "ACTIVE"
},
{
"id": "id-C",
"count": 4,
"some_boolean": false,
"state": "ACTIVE"
}
],
"location": "mars"
}