Skip to content

Commit 58f99e7

Browse files
authored
Fix the class name in the example (#19)
1 parent b601799 commit 58f99e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ router.route()
1919
Because Vert.x is event loop based, thread local implementations of span source do not work.
2020
The current solution is to get span context from `RoutingContext` and then pass it manually around.
2121
```java
22-
SpanContext serverContext = TracingFilter.serverSpanContext(routingContext);
22+
SpanContext serverContext = TracingHandler.serverSpanContext(routingContext);
2323
```
2424

2525
## Development

0 commit comments

Comments
 (0)