json_exporter/examples/data.json

26 lines
507 B
JSON
Raw Normal View History

2016-02-08 13:48:30 +00:00
{
"counter": 1234,
"timestamp": 1657568506,
2016-02-08 13:48:30 +00:00
"values": [
{
"id": "id-A",
"count": 1,
"some_boolean": true,
2016-02-08 13:48:30 +00:00
"state": "ACTIVE"
},
{
"id": "id-B",
"count": 2,
"some_boolean": true,
2016-02-08 13:48:30 +00:00
"state": "INACTIVE"
},
{
"id": "id-C",
"count": 3,
"some_boolean": false,
2016-02-08 13:48:30 +00:00
"state": "ACTIVE"
}
],
"location": "mars"
2016-02-08 13:48:30 +00:00
}