Open
Description
Hello 👋
We hit an issue were the baggage was not propagated across the network when an ot-baggage
prefixed header is present in the incoming request using zio. This work well for the other services in our backend not using zio
The propagation style (both injection and extraction) is set to datadog
and when turning the agent debug log, we can see the baggage being successful extracted but never inject in the subsequent upstream requests. Any pointer to how to debug the issue ?
We're running the version 1.30.1
of the agent, so this fix should be included already: #6442
Happy to provide more context and to learn where to start looking in the dd-trace-java codebase !