mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
69 lines
1.3 KiB
JSON
69 lines
1.3 KiB
JSON
|
{
|
||
|
"tables": [
|
||
|
{
|
||
|
"name": "PrimaryResult",
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "TimeGenerated",
|
||
|
"type": "datetime"
|
||
|
},
|
||
|
{
|
||
|
"name": "ObjectName",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "avg_CounterValue",
|
||
|
"type": "real"
|
||
|
}
|
||
|
],
|
||
|
"rows": [
|
||
|
[
|
||
|
"2020-04-20T21:40:00Z",
|
||
|
"Processor",
|
||
|
0.75
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:40:00Z",
|
||
|
"Logical Disk",
|
||
|
16090.551851851851
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:40:00Z",
|
||
|
"Memory",
|
||
|
702.0666666666667
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:45:00Z",
|
||
|
"Memory",
|
||
|
700.5888888888888
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:45:00Z",
|
||
|
"Processor",
|
||
|
1.0055555555555555
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:45:00Z",
|
||
|
"Logical Disk",
|
||
|
16090.537037037036
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:50:00Z",
|
||
|
"Logical Disk",
|
||
|
16090.586419753086
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:50:00Z",
|
||
|
"Processor",
|
||
|
0.7407407407407407
|
||
|
],
|
||
|
[
|
||
|
"2020-04-20T21:50:00Z",
|
||
|
"Memory",
|
||
|
703.1111111111111
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|