| Interface | Description |
|---|---|
| Scope | |
| ScopeManager |
The
ScopeManager interface abstracts both the activation of Span instances via
ScopeManager.activate(Span, boolean) and access to an active Span/Scope
via ScopeManager.active(). |
| Span |
Span represents the OpenTracing specification's Span contract. |
| SpanContext |
SpanContext represents Span state that must propagate to descendant Spans and across process boundaries.
|
| Tracer |
Tracer is a simple, thin interface for Span creation and propagation across arbitrary transports.
|
| Tracer.SpanBuilder |
| Class | Description |
|---|---|
| References |
References is essentially a namespace for the official OpenTracing reference types.
|
Copyright © 2016–2018 OpenTracing. All rights reserved.