opentracing-contrib / java-vertx-web

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

Support for Opentracing 0.33.0 #16

Closed sophokles73 closed 4 years ago

sophokles73 commented 4 years ago

The Tracinghandler currently doesn't work with Opentracing versions < 0.31 because of its usage of the SpanBuilder.startManual() method. Are you planning to create a release that supports more recent Opentracing versions?

pavolloffay commented 4 years ago

Would you like to submit a PR to update the OT API?

sophokles73 commented 4 years ago

sure, the changes required are minimal. I was primarily wondering whether you still support this little project and would release a new version once we have the changes in place ;-)