| Package | Description |
|---|---|
| io.opentracing.v_030.mock | |
| io.opentracing.v_030.noop | |
| io.opentracing.v_030.shim | |
| io.opentracing.v_030.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MockTracer
MockTracer makes it easy to test the semantics of OpenTracing instrumentation.
|
| Modifier and Type | Interface and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
static Tracer |
GlobalTracer.get()
Returns the constant GlobalTracer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalTracer.register(Tracer tracer)
Register a
Tracer to back the behaviour of the global tracer. |
Copyright © 2016–2018 OpenTracing. All rights reserved.