Implement POST params arrays=true
for Grafana 11+ to use with Alert rules.
#248
Labels
enhancement
New feature or request
Grafana built-in alerting cannot queried this bridge after Grafana 11+.
See grafana/grafana#90991, They add a new POST param
arrays=true
.The param
arrays=true
requires dps return a sorted tuple, instead of a JSON map.Describe alternatives you've considered
I made a rough implementation here: efb9e53, 460348b.
The text was updated successfully, but these errors were encountered: