From 46820e4ebb559de23c353a0d74b76c4546cb7251 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 23 May 2016 11:10:13 +0200 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 3cbe7b686..09c08af05 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -457,7 +457,6 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
  • Metrics
  • @@ -1791,42 +1790,6 @@ the consumer app). -
    -

    Spring Cloud Stream Kafka binder confiuration

    -
    -

    In order to integrate header propagation with Spring Cloud Stream Kafka as a binder you have to provide in your -configuration file the following headers:

    -
    -
    -
    -
    spring:
    -  cloud:
    -    stream:
    -      kafka:
    -        binder:
    -           headers:
    -             - X-B3-TraceId
    -             - X-B3-SpanId
    -             - X-B3-Sampled
    -             - X-B3-ParentSpanId
    -             - X-Span-Name
    -             - X-Process-Id
    -
    -
    -
    - - - - - -
    -
    Tip
    -
    -If you have a custom SpanExtractor<Message<?> where you pass custom headers you need to provide those too in the -configuration file. -
    -
    -
    @@ -2112,7 +2075,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property