Best way to set trace parent #2759
-
I'm working on adding OpenTelemetry to Quarkus and have an issue on a "clean" way to do something. I need to extract the trace from incoming HTTP headers, which is fine, but I'm doing this because I want to call Am I missing a cleaner way to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You can call extract with |
Beta Was this translation helpful? Give feedback.
You can call extract with
Context.root
instead ofContext.current
.