We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b601799 commit 58f99e7Copy full SHA for 58f99e7
README.md
@@ -19,7 +19,7 @@ router.route()
19
Because Vert.x is event loop based, thread local implementations of span source do not work.
20
The current solution is to get span context from `RoutingContext` and then pass it manually around.
21
```java
22
-SpanContext serverContext = TracingFilter.serverSpanContext(routingContext);
+SpanContext serverContext = TracingHandler.serverSpanContext(routingContext);
23
```
24
25
## Development
0 commit comments