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
56 lines
977 B
JSON
56 lines
977 B
JSON
{
|
|
"results": [
|
|
{
|
|
"statement_id": 0,
|
|
"series": [
|
|
{
|
|
"columns": [
|
|
"name",
|
|
"duration",
|
|
"shardGroupDuration",
|
|
"replicaN",
|
|
"default"
|
|
],
|
|
"values": [
|
|
[
|
|
"default",
|
|
"0s",
|
|
"168h0m0s",
|
|
1,
|
|
true
|
|
],
|
|
[
|
|
"autogen",
|
|
"0s",
|
|
"168h0m0s",
|
|
1,
|
|
false
|
|
],
|
|
[
|
|
"bar",
|
|
"0s",
|
|
"168h0m0s",
|
|
1,
|
|
false
|
|
],
|
|
[
|
|
"5m_avg",
|
|
"0s",
|
|
"168h0m0s",
|
|
1,
|
|
false
|
|
],
|
|
[
|
|
"1m_avg",
|
|
"0s",
|
|
"168h0m0s",
|
|
1,
|
|
false
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|