You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/21 16:12:04 UTC

[camel] branch master updated (fc281ef -> 5adc23e)

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