Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement POST params arrays=true for Grafana 11+ to use with Alert rules. #248

Open
VergeDX opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@VergeDX
Copy link

VergeDX commented Dec 2, 2024

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.

@VergeDX VergeDX added the enhancement New feature or request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants