diff --git a/multi/multi__sending_spans_to_zipkin.html b/multi/multi__sending_spans_to_zipkin.html index e586dcbd6..59838837e 100644 --- a/multi/multi__sending_spans_to_zipkin.html +++ b/multi/multi__sending_spans_to_zipkin.html @@ -8,4 +8,21 @@ that you can set up the load balancing configuration e.g. via Ribbon.
ribbon:
ListOfServers: host1,host2If 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 so, set web, rabbit, or kafka to the spring.zipkin.sender.type property.
-The following example shows setting the sender type for web:
spring.zipkin.sender.type: web