Files
grafana/pkg/tsdb/influxdb/influxql/testdata/response.json
T
ismail simsek 23c7211f1d Chore: InlfuxDB testing update (#78663)
* 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
2023-11-29 16:19:46 +01:00

31 lines
557 B
JSON

{
"results": [
{
"series": [
{
"name": "cpu.upc",
"columns": [
"time",
"mean",
"sum"
],
"tags": {
"datacenter": "America",
"dc.region.name": "Northeast",
"cluster-name": "Cluster",
"/cluster/name/": "Cluster/",
"@cluster@name@": "Cluster@"
},
"values": [
[
111,
222,
333
]
]
}
]
}
]
}