Class | Description |
---|---|
GlobalTracer |
Global tracer that forwards all methods to another tracer that can be
configured by calling
register . |
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–2019 OpenTracing. All rights reserved.