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
Removing count_over_time returns logs as usual (valid data)
Adding post-processing, like count_over_time({job="heplify-server"} |~ `$search` [$__interval]), also removes the error (did not check for data validity)
Switching query type from "Range" to "Instant" in Grafana UI also removes the error (did not check for data validity)
Description:
Executing
count_over_time({job="heplify-server"}[5m])
using Grafana 11.2 results in 500 Internal Server Error from qryn.Full query parameters:
Notes:
count_over_time({job="heplify-server"} |~ `$search` [$__interval])
, also removes the error (did not check for data validity)System settings:
qryn+clickhouse server
grafana server
The text was updated successfully, but these errors were encountered: