From 826f446d45225a046f3b3dfc5fe641a5fb0de337 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Wed, 4 Apr 2018 15:13:21 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__sending_spans_to_zipkin.html | 19 ++++++++++++++++++-
single/spring-cloud-sleuth.html | 19 ++++++++++++++++++-
spring-cloud-sleuth.xml | 21 +++++++++++++++++++++
3 files changed, 57 insertions(+), 2 deletions(-)
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