mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
3e4eb9c93e
* Elasticsearch: Fix legend * Remove comments * fix adding name to config * Fix lint
141 lines
3.5 KiB
Plaintext
141 lines
3.5 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-multi",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name:
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-----------------------------------+--------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-----------------------------------+--------------------+
|
|
// | 2023-03-17 13:53:00.123 +0000 UTC | 32.59589494093068 |
|
|
// | 2023-03-17 13:54:00.123 +0000 UTC | 40.39925635021454 |
|
|
// | 2023-03-17 13:55:00.123 +0000 UTC | 106.55409359617767 |
|
|
// +-----------------------------------+--------------------+
|
|
//
|
|
//
|
|
//
|
|
// Frame[1] {
|
|
// "type": "timeseries-multi",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name:
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-----------------------------------+--------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-----------------------------------+--------------------+
|
|
// | 2023-03-17 13:53:00.123 +0000 UTC | 46.40410505906932 |
|
|
// | 2023-03-17 13:54:00.123 +0000 UTC | 116.60074364978546 |
|
|
// | 2023-03-17 13:55:00.123 +0000 UTC | 180.44590640382233 |
|
|
// +-----------------------------------+--------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-multi",
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {},
|
|
"config": {
|
|
"displayNameFromDS": "Std Dev Lower counter"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1679061180123,
|
|
1679061240123,
|
|
1679061300123
|
|
],
|
|
[
|
|
32.59589494093068,
|
|
40.39925635021454,
|
|
106.55409359617767
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-multi",
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {},
|
|
"config": {
|
|
"displayNameFromDS": "Std Dev Upper counter"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1679061180123,
|
|
1679061240123,
|
|
1679061300123
|
|
],
|
|
[
|
|
46.40410505906932,
|
|
116.60074364978546,
|
|
180.44590640382233
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |