| Package | Description |
|---|---|
| io.opentracing | |
| io.opentracing.tag |
| Class and Description |
|---|
| Scope |
| ScopeManager
The
ScopeManager interface abstracts both the activation of Span instances (via
ScopeManager.activate(Span)) 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.SpanBuilder |
| Class and Description |
|---|
Span
Span represents the OpenTracing specification's Span contract. |
Copyright © 2016–2017 OpenTracing. All rights reserved.