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