You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database queries for grafana alerts seem to be send using HTTP POST even when usePost is set to false for the datasource. Symptoms are that the plots show data but alerts always fail.
Database queries for grafana alerts seem to be send using HTTP POST even when usePost is set to false for the datasource. Symptoms are that the plots show data but alerts always fail.
Might be connected to to the hardcoded POST here: https://github.com/Vertamedia/clickhouse-grafana/blob/2f2d2e164848ac0c54d745ab8d7ec301dc2c948a/src/datasource.ts#L201 but I am not familiar with grafana internals.
Might also be the cause for #345 when GET is used and the server does not support POST.
Grafana: 8.0.2
Clickhouse-Grafana: 2.3.1
The text was updated successfully, but these errors were encountered: