| 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
via ScopeManager.activeSpan(). |
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–2019 OpenTracing. All rights reserved.