The suggested implementation for disabeling in the readme uses a ConstSampler and a InMemoryReporter . This is still tracing but not sampling (sending) the traces. Why not NoopTracerImpl by opentracing instead ?
Also the InMemoryReporter has a memory leak ? It is only gathering spans in an arraylist, never releases them ...
https://github.com/opentracing-contrib/java-spring-jaeger#completely-disable-tracing