Files
grafana/pkg/promlib/converter/testdata/prom-infos-no-data-frame.jsonc
Will Browne 5a2315dabf Plugins: Capture error source from grpc status errors (#97471)
* capture errorsource from grpc error

* apply PR feedback

* update comment

* update comment

* use SDK logic

* update SDK commit

* update sdk

* update golden files
2025-01-08 17:05:28 +00:00

55 lines
996 B
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ],
// "notices": [
// {
// "severity": "info",
// "text": "info 1"
// },
// {
// "severity": "info",
// "text": "info 2"
// }
// ]
// }
// Name: Warnings
// Dimensions: 0 Fields by 0 Rows
// +
// +
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "Warnings",
"meta": {
"typeVersion": [
0,
0
],
"notices": [
{
"severity": "info",
"text": "info 1"
},
{
"severity": "info",
"text": "info 2"
}
]
},
"fields": []
},
"data": {
"values": []
}
}
]
}