Replies: 1 comment
-
@Dark002 Please provide a minimal sample application that reproduces the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a spring application based on gradle which has multiple modules. I am using opentelemetry to get traces of my app. When I deploy a module not based on tomcat, it runs perffectly showing all traces, including database names. But when I deploy tomcat based module, it only shows the function called, not the database name. I am using runtime attachment to attach opentelemetry: RuntimeAttach.attachJavaagentToCurrentJvm(). Can any body please tell me how to resolve this issue? I have looked into the documentation but couldn't find any solution.
Beta Was this translation helpful? Give feedback.
All reactions