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
Ah, thanks for reporting this Endre, I think it's an edge case we didn't think of, the logs must be sent out through some tcp connection. I think we need to tighten that detection.
One of my java applications is generating log messages like
which gets parsed into
and
which gets parsed as
or printing traces
or viewing them tempo using
because we are checking for the word update, but it could be in the middle of sentence in
https://github.com/grafana/beyla/blob/main/pkg/internal/ebpf/common/sql_detect_transform.go#L83
The text was updated successfully, but these errors were encountered: