3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/tsdb/influxdb/influxql/testdata/all_values_are_null.json
ismail simsek 23c7211f1d
Chore: InlfuxDB testing update ()
* 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 ()

* 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

30 lines
415 B
JSON

{
"results": [
{
"series": [
{
"name": "cpu",
"columns": [
"time",
"mean"
],
"values": [
[
100,
null
],
[
101,
null
],
[
102,
null
]
]
}
]
}
]
}