[v9.0.x] Chore: Update grafana-plugin-sdk-go to v0.136.0 (#50127) (#50168)

(cherry picked from commit 64d93498de)
This commit is contained in:
Todd Treece
2022-06-03 07:47:28 -07:00
committed by GitHub
parent 7320c53ab7
commit 301fdc64bf
244 changed files with 48143 additions and 9670 deletions
@@ -0,0 +1,114 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: foo
// Dimensions: 3 Fields by 1 Rows
// +-----------------+-----------------+-----------------+
// | Name: CA | Name: OR | Name: NV |
// | Labels: | Labels: | Labels: |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +-----------------+-----------------+-----------------+
// | 0.3455559195 | 0.9373322369 | -0.487506025 |
// +-----------------+-----------------+-----------------+
//
//
//
// Frame[1]
// Name: bar
// Dimensions: 3 Fields by 1 Rows
// +-----------------+-----------------+-----------------+
// | Name: CA | Name: OR | Name: NV |
// | Labels: | Labels: | Labels: |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +-----------------+-----------------+-----------------+
// | 0.9383981598 | 0.348436906 | 0.8731196226 |
// +-----------------+-----------------+-----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"frames": [
{
"schema": {
"name": "foo",
"fields": [
{
"name": "CA",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "OR",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "NV",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
0.3455559195
],
[
0.9373322369
],
[
-0.487506025
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"name": "CA",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "OR",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "NV",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
0.9383981598
],
[
0.348436906
],
[
0.8731196226
]
]
}
}
]
}