Files
grafana/pkg/promlib/converter/testdata/prom-infos-no-data.json
T
zenador e3e51f6e3b Prometheus datasource: Show info annotations in the UI (#97978)
* Show info annotations from Prometheus datasources in the UI

* Add test data for backend
2025-01-03 20:09:19 +01:00

9 lines
141 B
JSON

{
"status" : "success",
"data" : {
"resultType" : "vector",
"result" : []
},
"infos" : ["info 1", "info 2"]
}