This repository was archived by the owner on May 23, 2023. It is now read-only.

Description
I have Created my custom tracer and added some methods to it. Now If I register a tracer on GlobalTracer and try to retrieve it using Globaltracer.get() I am getting an instance of GlobalTracer.
The tracer which I have passed is stored in tracer field of GlobalTracer but I don't see any api to access that tracer.
How can I access methods written in my custom tracer?