diff --git a/1.3.x/multi/multi__sending_spans_to_zipkin.html b/1.3.x/multi/multi__sending_spans_to_zipkin.html index a73a5d731..a749b0b1b 100644 --- a/1.3.x/multi/multi__sending_spans_to_zipkin.html +++ b/1.3.x/multi/multi__sending_spans_to_zipkin.html @@ -16,4 +16,21 @@ that you can set up the load balancing configuration e.g. via Ribbon.
ListOfServers: host1,host2
If you have web, rabbit or kafka together on the classpath, you might need
to pick the means by which you would like to send spans to zipkin. To do that
just set either web, rabbit or kafka to the spring.zipkin.sender.type property.
-Example for web:
spring.zipkin.sender.type: web