mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -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
85 lines
2.3 KiB
Plaintext
85 lines
2.3 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-wide",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "custom": {
|
|
// "resultType": "matrix"
|
|
// },
|
|
// "executedQueryString": "Expr: test1\nStep: 1s"
|
|
// }
|
|
// Name:
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-------------------------------+------------------------------------------------+
|
|
// | Name: Time | Name: go_goroutines{job="prometheus"} |
|
|
// | Labels: | Labels: __name__=go_goroutines, job=prometheus |
|
|
// | Type: []time.Time | Type: []*float64 |
|
|
// +-------------------------------+------------------------------------------------+
|
|
// | 2022-01-11 08:25:33 +0000 UTC | 21 |
|
|
// | 2022-01-11 08:25:34 +0000 UTC | 32 |
|
|
// | 2022-01-11 08:25:37 +0000 UTC | 43 |
|
|
// +-------------------------------+------------------------------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-wide",
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
},
|
|
"executedQueryString": "Expr: test1\nStep: 1s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 1000
|
|
}
|
|
},
|
|
{
|
|
"name": "go_goroutines{job=\"prometheus\"}",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"__name__": "go_goroutines",
|
|
"job": "prometheus"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889533000,
|
|
1641889534000,
|
|
1641889537000
|
|
],
|
|
[
|
|
21,
|
|
32,
|
|
43
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |