opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

access to registered tracer #379

Open arun0009 opened 3 years ago

arun0009 commented 3 years ago

Can we add a method to get access to registered Tracer? We might need access to Tracer for e.g. to create KafkaTracing from Tracer and making this private to GlobalTracer doesn't allow to access it.