in the same java application . opentelemty-sdk create span manully and opentelemetry -java-instrument create span by instrument can work at the same time ? #3516
Unanswered
chenyi19851209
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can definitely create spans manually in addition to the ones created by the auto-instrumentation agent. |
Beta Was this translation helpful? Give feedback.
3 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.
-
please ask:
demo: springboot restful controller start request DB (use opentelemetry -java-instrument), request redis(use opentelemetry -java-instrument)and request customize rpc framework (use opentelemetry -java)
please ask can they use same traceId?
thanks
Beta Was this translation helpful? Give feedback.
All reactions