This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from fc281ef  Sync Properties
     add 5adc23e  CAMEL-15316 - setting span kind as producer/consumer 
depending on the type of component in the route. If the span kind if producer 
then this changes the tracing header being set to b3 single format

No new revisions were added by this update.

Summary of changes:
 components/camel-zipkin/pom.xml                    |   5 +
 .../org/apache/camel/zipkin/CamelRequest.java}     |  38 +++---
 .../java/org/apache/camel/zipkin/ZipkinTracer.java |  67 ++++++++--
 .../org/apache/camel/zipkin/CamelRequestTest.java} |  35 ++---
 ...ckTest.java => ZipkinProducerSpanKindTest.java} |  31 +++--
 .../org/apache/camel/zipkin/ZipkinTracerTest.java  | 148 +++++++++++++++++++++
 6 files changed, 268 insertions(+), 56 deletions(-)
 copy 
components/{camel-spring/src/test/java/org/apache/camel/spring/remoting/SayService.java
 => camel-zipkin/src/main/java/org/apache/camel/zipkin/CamelRequest.java} (57%)
 copy 
components/{camel-spring/src/test/java/org/apache/camel/spring/produce/generics/MyServiceTest.java
 => camel-zipkin/src/test/java/org/apache/camel/zipkin/CamelRequestTest.java} 
(50%)
 copy 
components/camel-zipkin/src/test/java/org/apache/camel/zipkin/{ZipkinOneRouteFallbackTest.java
 => ZipkinProducerSpanKindTest.java} (67%)
 create mode 100644 
components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinTracerTest.java

Reply via email to