| Class and Description |
|---|
| io.opentracing.util.AutoFinishScope
use
ThreadLocalScope instead.
The operation mode of this class contrasts with the 0.32
deprecation of auto finishing Spans upon Scope.close().
AutoFinishScope is a Scope implementation that uses ref-counting
to automatically finish the wrapped Span. |
| io.opentracing.util.AutoFinishScopeManager
use
ThreadLocalScopeManager instead.
The operation mode of this class contrasts with the 0.32
deprecation of auto finishing Spans upon Scope#close().
See https://github.com/opentracing/opentracing-java/issues/291
A ScopeManager implementation that uses ref-counting to automatically finish Spans. |
| Method and Description |
|---|
| io.opentracing.util.GlobalTracer.register(Tracer)
Please use
GlobalTracer.registerIfAbsent(Tracer) or GlobalTracer.registerIfAbsent(Callable) instead. |
Copyright © 2016–2019 OpenTracing. All rights reserved.