bsavov

Results 3 comments of bsavov

Our app is quite complex, so shall think, also find so time, if possible to isolate the part with spans/Scope. Just as a note it is WebFlux Springboot (2.1.5) based...

still the same with 2.0.5 sample: > span.kind "producer" > component "rabbitmq" > spanId "7585ee37-2562-414e-9eee-51c072bae608" > traceId "25a6d5ac-c9de-4330-af31-31f220397b73" > parent "[b44ca531-ecdd-46c6-acd4-4c21dc416158, b44ca531-ecdd-46c6-acd4-4c21dc416158]" Looks like both are presented: existingSpanContext and messageProperties.getHeaders()...

update: same story with 2.0.6-SNAPSHOT And again: wonder why it is needed to add parent twice https://github.com/opentracing-contrib/java-spring-rabbitmq/blob/master/opentracing-spring-rabbitmq/src/main/java/io/opentracing/contrib/spring/rabbitmq/RabbitMqTracingUtils.java#L65 Why don't chose one to prevail, ether existingSpanContext or what is coming from...