mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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
34 lines
487 B
JSON
34 lines
487 B
JSON
{
|
|
"results": [
|
|
{
|
|
"series": [
|
|
{
|
|
"name": "cpu",
|
|
"columns": [
|
|
"time",
|
|
"mean"
|
|
],
|
|
"values": [
|
|
[
|
|
100,
|
|
50
|
|
],
|
|
[
|
|
"hello",
|
|
51
|
|
],
|
|
[
|
|
"hello",
|
|
"hello"
|
|
],
|
|
[
|
|
102,
|
|
52
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|