-
I'm trying to add certain baggage entries to the server spans in my service that's auto instrumented by the agent. I have baggage propagation working and wrote my own SpanProcessor, but I am having a hard time adding my custom SpanProcessor. I stumbled across #2022 and the test repo is a really good reference of what I'd like to do (it has a DemoSpanProcessor). It's difficult to follow along the discussion in #2022 as there's been quite a bit of refactoring since then. Can someone please point me in the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
hey @fuleow! check out https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/examples/distro also, we are planning to support this without having to build your own custom distro, follow #2442 for future updates |
Beta Was this translation helpful? Give feedback.
hey @fuleow! check out https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/examples/distro
also, we are planning to support this without having to build your own custom distro, follow #2442 for future updates