opentracing-contrib / java-vertx-web

OpenTracing instrumentation for Vert.x web package
Apache License 2.0
21 stars 17 forks source link

TracingFilter in the Documentation #18

Closed Banashri closed 4 years ago

Banashri commented 4 years ago

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!

pavolloffay commented 4 years ago

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!

pavolloffay commented 4 years ago

Actually the readme is correct https://github.com/opentracing-contrib/java-vertx-web#configuration