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
That does work! Is there some documentation of the deviations necessary from standard LogQL? I looked at the documentation and the only thing I was able to find was that regexp was supported, but not anything related to differences in syntax.
Qryn version: 3.2.32-bun
Grafana version: v11.1.3
Given this log line:
and this logql query:
... | regexp "Back-off restarting failed container (?P<container>\w+) in pod (?P<pod>[\w.\-]*)\"
The expected result is the addition of two new labels:
Testing in the Grafana LogQL Analyzer returns the following result:
However, the return from qryn looks like this:
Upon researching we discovered that qryn is running the following query (note the arrayZip argument)
The text was updated successfully, but these errors were encountered: