grafana/beyla

beyla is mistakenly detecting sql span for web calls

esara opened this issue · 0 comments

I am testing the current main build and I see this in my cluster - I think we are catching an http call to 8443 as sql after https://github.com/grafana/beyla/pull/891/files#diff-5511390ee7e0e2becd168d5dcc0ea39dc0a0719a1ffdfda2d91c319617271273R574 it is adding the semconv attribs for sql (while also adding for redis)

Other sql calls even from my java apps get parsed correctly in the same cluster

For example, this is interpreted as sql

{
  "value": "Updates\\\"}\": {\n                \".\": {},\n                \"f:lastT",
  "key": "db.query.text"
}
Screenshot 2024-06-01 at 11 38 50 PM