From cb63c11c3ee121d45f6beaf1d4048f41348c798e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 24 Apr 2017 13:21:35 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index cd8299e93..12d99cbc8 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -2413,6 +2413,19 @@ SpanAdjuster customSpanAdjuster() {

This will lead in changing the name of the reported span just before it gets sent to Zipkin.

+
+ + + + + +
+
Important
+
+Your SpanReporter should inject the SpanAdjuster and + allow span manipulation before the actual reporting is done. +
+

Host locator