| Interface | Description |
|---|---|
| Clock |
Epoch microseconds used for
Span.timestamp and Annotation.timestamp. |
| SpanCustomizer |
Simple interface users can customize a span with.
|
| Class | Description |
|---|---|
| CurrentSpanCustomizer |
Provides a mechanism for end users to be able to customise the current span.
|
| Span |
Used to model the latency of an operation.
|
| Tracer |
Using a tracer, you can create a root span capturing the critical path of a request.
|
| Tracer.Builder | Deprecated.
Please use
Tracing.Builder |
| Tracer.SpanInScope |
A span remains in the scope it was bound to until close is called.
|
| Tracing |
This provides utilities needed for trace instrumentation.
|
| Tracing.Builder |
| Enum | Description |
|---|---|
| Span.Kind |
Copyright © 2017 OpenZipkin. All rights reserved.