spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Add support for multiple context propagation types for tracing

Open marcingrzejszczak opened this issue 2 years ago • 0 comments

Currently we support only a single context propagation type (e.g. B3 or W3C).

We could consider allowing to pass in a list of propagation types so that you can at least read multiple formats and produce multiple formats out.

Spring Cloud Sleuth has already that feature implemented.

marcingrzejszczak avatar Apr 20 '23 09:04 marcingrzejszczak