forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
416 B
27 lines
416 B
{
|
|
"tables": [
|
|
{
|
|
"name": "PrimaryResult",
|
|
"columns": [
|
|
{
|
|
"name": "timestamp",
|
|
"type": "datetime"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"rows": [
|
|
[
|
|
"2019-09-13T01:02:03.456789Z",
|
|
1
|
|
],
|
|
[
|
|
"2019-09-13T02:02:03.456789Z",
|
|
2
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|