23c7211f1d
* Prepare the test files * use json files everywhere * update golden json files * disable update * update test file * fix naming * lint * InfluxDB: Add metadata information to first frame only (#78664) * executedString in first frame only * lint * fix tests * update tests * don't update * linting * update * update again
45 lines
826 B
JSON
45 lines
826 B
JSON
{
|
|
"results": [
|
|
{
|
|
"statement_id": 0,
|
|
"series": [
|
|
{
|
|
"name": "cpu",
|
|
"columns": [
|
|
"time",
|
|
"usage_idle",
|
|
"usage_iowait"
|
|
],
|
|
"values": [
|
|
[
|
|
1700090120000,
|
|
99.0255173802101,
|
|
0.020092425155804713
|
|
],
|
|
[
|
|
1700090120000,
|
|
99.29718875523953,
|
|
0
|
|
],
|
|
[
|
|
1700090120000,
|
|
99.09456740445926,
|
|
0
|
|
],
|
|
[
|
|
1700090120000,
|
|
99.39455095864957,
|
|
0
|
|
],
|
|
[
|
|
1700090120000,
|
|
99.09729187566201,
|
|
0
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|