mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
* 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>
81 lines
1.9 KiB
Plaintext
81 lines
1.9 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-many",
|
|
// "executedQueryString": "Expr: up(ALERTS)\nStep: 42s"
|
|
// }
|
|
// Name: {}
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-----------------------------------+-----------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: |
|
|
// | Type: []time.Time | Type: []float64 |
|
|
// +-----------------------------------+-----------------+
|
|
// | 2022-01-24 08:54:10.417 +0000 UTC | NaN |
|
|
// | 2022-01-24 08:59:10.517 +0000 UTC | NaN |
|
|
// | 2022-01-24 08:54:10.617 +0000 UTC | NaN |
|
|
// +-----------------------------------+-----------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "{}",
|
|
"meta": {
|
|
"type": "timeseries-many",
|
|
"executedQueryString": "Expr: up(ALERTS)\nStep: 42s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 42000
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {},
|
|
"config": {
|
|
"displayNameFromDS": "{}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1643014450417,
|
|
1643014750517,
|
|
1643014450617
|
|
],
|
|
[
|
|
null,
|
|
null,
|
|
null
|
|
]
|
|
],
|
|
"entities": [
|
|
null,
|
|
{
|
|
"NaN": [
|
|
0,
|
|
1,
|
|
2
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |