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