mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
52ed297ed5
Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON). Also included is squtil changes: SQL util - allow using the database scan type for converters
76 lines
2.0 KiB
Plaintext
76 lines
2.0 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-multi",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "executedQueryString": "Expr: up(ALERTS)\nStep: 42s"
|
|
// }
|
|
// Name: {__name__="moon", level="error"}
|
|
// Dimensions: 2 Fields by 1 Rows
|
|
// +-----------------------------------+------------------------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: __name__=moon, level=error |
|
|
// | Type: []time.Time | Type: []float64 |
|
|
// +-----------------------------------+------------------------------------+
|
|
// | 2021-12-10 08:36:06.989 +0000 UTC | 0.4 |
|
|
// +-----------------------------------+------------------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "{__name__=\"moon\", level=\"error\"}",
|
|
"meta": {
|
|
"type": "timeseries-multi",
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"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": {
|
|
"__name__": "moon",
|
|
"level": "error"
|
|
},
|
|
"config": {
|
|
"displayNameFromDS": "{__name__=\"moon\", level=\"error\"}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1639125366989
|
|
],
|
|
[
|
|
0.4
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |