mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
32 lines
454 B
JSON
32 lines
454 B
JSON
|
{
|
||
|
"tables": [
|
||
|
{
|
||
|
"name": "PrimaryResult",
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "Computer",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "avg_CounterValue",
|
||
|
"type": "real"
|
||
|
}
|
||
|
],
|
||
|
"rows": [
|
||
|
[
|
||
|
"grafana-vm",
|
||
|
1.1
|
||
|
],
|
||
|
[
|
||
|
"grafana-vm",
|
||
|
2.2
|
||
|
],
|
||
|
[
|
||
|
"grafana-vm",
|
||
|
3.3
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|