diff --git a/1.1.x/index.html b/1.1.x/index.html index f2a61c346..d2601ac1c 100644 --- a/1.1.x/index.html +++ b/1.1.x/index.html @@ -2041,6 +2041,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