opentracing-contrib/java-vertx-web

TracingFilter in the Documentation

Closed this issue · 2 comments

Hi team,
In the ReadMe file I saw this line
SpanContext serverContext = TracingFilter.serverSpanContext(routingContext);

Could you please tell me where can I get TracingFilter ? I was not able to import it from anywhere even after the dependency was included in the project correctly.

Thanks!

Hi it should be this:
https://github.com/opentracing-contrib/java-vertx-web/blob/master/opentracing-vertx-
web/src/main/java/io/opentracing/contrib/vertx/ext/web/TracingHandler.java#L108

I will update the docs.

Thanks for reporting!