mirror of https://github.com/grafana/grafana
Prometheus: Show notice when there is no data (#93936)
Show notice when there is no datapull/95781/head
parent
2485286c03
commit
297ccfc52c
@ -0,0 +1,55 @@ |
||||
// 🌟 This was machine generated. Do not edit. 🌟 |
||||
// |
||||
// Frame[0] { |
||||
// "typeVersion": [ |
||||
// 0, |
||||
// 0 |
||||
// ], |
||||
// "notices": [ |
||||
// { |
||||
// "severity": "warning", |
||||
// "text": "warning 1" |
||||
// }, |
||||
// { |
||||
// "severity": "warning", |
||||
// "text": "warning 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": "warning", |
||||
"text": "warning 1" |
||||
}, |
||||
{ |
||||
"severity": "warning", |
||||
"text": "warning 2" |
||||
} |
||||
] |
||||
}, |
||||
"fields": [] |
||||
}, |
||||
"data": { |
||||
"values": [] |
||||
} |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,8 @@ |
||||
{ |
||||
"status" : "success", |
||||
"data" : { |
||||
"resultType" : "vector", |
||||
"result" : [] |
||||
}, |
||||
"warnings" : ["warning 1", "warning 2"] |
||||
} |
Loading…
Reference in new issue