mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -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>
60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0]
|
|
// Name: ordering frame
|
|
// Dimensions: 2 Fields by 4 Rows
|
|
// +----------------------+-------------------+
|
|
// | Name: name | Name: score |
|
|
// | Labels: | Labels: |
|
|
// | Type: []string | Type: []float64 |
|
|
// +----------------------+-------------------+
|
|
// | Prometheus 2.0 | 9.502378631081775 |
|
|
// | Prometheus 20.0 | 9.458475876581684 |
|
|
// | Prometheus Stats | 9.379374926302209 |
|
|
// | Prometheus 2.0 Stats | 9.310081326315688 |
|
|
// +----------------------+-------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "ordering frame",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "score",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
"Prometheus 2.0",
|
|
"Prometheus 20.0",
|
|
"Prometheus Stats",
|
|
"Prometheus 2.0 Stats"
|
|
],
|
|
[
|
|
9.502378631081775,
|
|
9.458475876581684,
|
|
9.379374926302209,
|
|
9.310081326315688
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |