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
41 lines
651 B
JSON
41 lines
651 B
JSON
{
|
|
"results": [
|
|
{
|
|
"series": [
|
|
{
|
|
"name": "cpu.upc",
|
|
"columns": [
|
|
"time",
|
|
"mean"
|
|
],
|
|
"tags": {
|
|
"datacenter": "America"
|
|
},
|
|
"values": [
|
|
[
|
|
111,
|
|
222
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "logins.count",
|
|
"columns": [
|
|
"time",
|
|
"mean"
|
|
],
|
|
"tags": {
|
|
"datacenter": "America"
|
|
},
|
|
"values": [
|
|
[
|
|
111,
|
|
222
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|