json_exporter/example/data.json
2016-02-08 22:55:40 +09:00

21 lines
352 B
JSON

{
"counter": 1234,
"values": [
{
"id": "id-A",
"count": 1,
"state": "ACTIVE"
},
{
"id": "id-B",
"count": 2,
"state": "INACTIVE"
},
{
"id": "id-C",
"count": 3,
"state": "ACTIVE"
},
]
}