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
@Feuermurmel Do you know if Grafana uses an open source package for its logfmt parsing?
I'm not good at reading Go, but if I read the implementation of Process() here correctly, it uses go-logfmt/logfmt to parse Logfmt, specifically the implementation in ScanKeyval().
I tested Grafana's logfmt parser. It doesn't accept e.g
foo="\"
. It simply discards the pair. Tested with a query like this:But this works:
Producing a field containing a single backslash.
The text was updated successfully, but these errors were encountered: