| Package | Description |
|---|---|
| io.opentracing.v_030 | |
| io.opentracing.v_030.mock | |
| io.opentracing.v_030.noop | |
| io.opentracing.v_030.shim | |
| io.opentracing.v_030.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Tracer
Tracer is a simple, thin interface for Span creation and propagation across arbitrary transports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockTracer
MockTracer makes it easy to test the semantics of OpenTracing instrumentation.
|
| Constructor and Description |
|---|
MockTracer(ActiveSpanSource spanSource) |
MockTracer(ActiveSpanSource spanSource,
MockTracer.Propagator propagator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NoopActiveSpanSource |
interface |
NoopTracer |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoFinishTracerShim |
class |
TracerShim |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalTracer
Global tracer that forwards all methods to another tracer that can be
configured by calling
GlobalTracer.register(Tracer). |
class |
ThreadLocalActiveSpanSource
A simple
ActiveSpanSource implementation built on top of Java's thread-local storage primitive. |
Copyright © 2016–2018 OpenTracing. All rights reserved.