You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaDoc of org.springframework.boot.actuate.autoconfigure.tracing.CompositeTextMapPropagator#create is wrong, too. It references parameters which no longer exist.
mhalbritter
changed the title
Support for multiple tracing propagation formats for consumers is not working.
Producing and consuming different tracing propagation formats doesn't work
Sep 1, 2023
The CompositeTextMapPropagator.java is using the same property for consumer and producer. I assume this is a copy-paste error.
See 9b72cc4#r126084189
Version
Spring Boot 3.1.3
Solution
Use the
getEffectiveConsumedTypes()
instead of thegetEffectiveProducedTypes()
methodThe text was updated successfully, but these errors were encountered: