Replies: 1 comment 1 reply
-
Sure, anything is possible when you modify the source code of the agent. Though you could also do it in your application. Could you elaborate what exactly you are attempting to do? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Java zero-code instrumentation. Is it possible to automatically add the traceId to the HttpServletRequest by modifying the source code or configuration of opentelemetry-java-instrumentation?
java -javaagent:path/to/opentelemetry-javaagent.jar -Dotel.service.name=your-service-name -jar myapp.jar
Beta Was this translation helpful? Give feedback.
All reactions