diff --git a/multi/multi__features.html b/multi/multi__features.html index 30821373f..aa66022d0 100644 --- a/multi/multi__features.html +++ b/multi/multi__features.html @@ -10,7 +10,7 @@ latency in your applications. Sleuth is written to not log too much, and to not rest template, scheduled actions, message channels, zuul filters, feign client).
SpanInjector and SpanExtractor implementations.If spring-cloud-sleuth-zipkin then the app will generate and collect Zipkin-compatible traces.
+a baggage element then it will be sent downstream either via HTTP or messaging to other processes.
If spring-cloud-sleuth-zipkin is on the classpath then the app will generate and collect Zipkin-compatible traces.
By default it sends them via HTTP to a Zipkin server on localhost (port 9411).
Configure the location of the service using spring.zipkin.baseUrl.
spring-rabbit or spring-kafka your app will send traces to a broker instead of http.spring-cloud-sleuth-stream is deprecated and should no longer be used.![]() | Important |
|---|---|
If using Zipkin, configure the percentage of spans exported using |
![]() | Note |
|---|---|
the SLF4J MDC is always set and logback users will immediately see the trace and span ids in logs per the example
diff --git a/multi/multi__sending_spans_to_zipkin.html b/multi/multi__sending_spans_to_zipkin.html
index 37c87e209..82594b045 100644
--- a/multi/multi__sending_spans_to_zipkin.html
+++ b/multi/multi__sending_spans_to_zipkin.html
@@ -4,4 +4,7 @@
when the span is closed, it will be sent to Zipkin over HTTP. The communication
is asynchronous. You can configure the URL by setting the spring.zipkin.baseUrl: http://192.168.99.100:9411/ If you want to find Zipkin via service discovery it’s enough to pass the
-Zipkin’s service id inside the URL (example for spring.zipkin.baseUrl: http://zipkinserver/ |