Class | Description |
---|---|
AutoFinishScope | |
AutoFinishScopeManager | |
GlobalTracer |
Global tracer that forwards all methods to another tracer that can be
configured by calling
GlobalTracer.register(Tracer) . |
ThreadLocalScope |
ThreadLocalScope is a simple Scope implementation that relies on Java's
thread-local storage primitive. |
ThreadLocalScopeManager |
A simple
ScopeManager implementation built on top of Java's thread-local storage primitive. |
Copyright © 2016–2018 OpenTracing. All rights reserved.