mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
7996a1c8ad
* Chore: Update grafana-plugin-sdk-go to v0.142.0 * Update tests and golden files for 207 status code * Chore: Move update flag definition at the top in response_parser_test.go * retrigger Co-authored-by: Will Browne <will.browne@grafana.com>
68 lines
1.7 KiB
Plaintext
68 lines
1.7 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0]
|
|
// Name:
|
|
// Dimensions: 3 Fields by 1 Rows
|
|
// +-------------------------------+------------------+----------------------------+
|
|
// | Name: time | Name: ax | Name: key1 |
|
|
// | Labels: | Labels: | Labels: label1=3, label2=3 |
|
|
// | Type: []time.Time | Type: []*float64 | Type: []*float64 |
|
|
// +-------------------------------+------------------+----------------------------+
|
|
// | 2021-01-01 12:12:12 +0000 UTC | 1 | 2 |
|
|
// +-------------------------------+------------------+----------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"fields": [
|
|
{
|
|
"name": "time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"labels": {}
|
|
},
|
|
{
|
|
"name": "ax",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {}
|
|
},
|
|
{
|
|
"name": "key1",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"label1": "3",
|
|
"label2": "3"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1609503132000
|
|
],
|
|
[
|
|
1
|
|
],
|
|
[
|
|
2
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |