Fixed unresolved directive

This commit is contained in:
Marcin Grzejszczak
2018-01-20 08:58:44 +01:00
parent b12442e444
commit 75c30dcc3f

View File

@@ -876,7 +876,7 @@ Example. If you register two beans of `SpanAdjuster` type:
[source,java]
----
include::../../../..//spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/autoconfig/SpanAdjusterAspectTests.java[tags=adjuster,indent=0]
include::../../../..//spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/SpanAdjusterTests.java[tags=adjuster,indent=0]
----
This will lead in changing the name of the reported span to `foo bar`, just before it gets reported (e.g. to Zipkin).