| Package | Description |
|---|---|
| brave | |
| brave.internal | |
| brave.internal.recorder | |
| brave.propagation |
| Class | Description |
|---|---|
| Clock |
Epoch microseconds used for
Span.timestamp and Annotation.timestamp. |
| CurrentSpanCustomizer |
Provides a mechanism for end users to be able to customise the current span.
|
| ErrorParser |
This is a simplified type used for parsing errors.
|
| NoopSpanCustomizer |
Performs no operations as the span represented by this is not sampled to report to the tracing
system.
|
| ScopedSpan |
Used to model the latency of an operation within a method block.
|
| Span |
Used to model the latency of an operation.
|
| Span.Kind | |
| SpanCustomizer |
Simple interface users can customize a span with.
|
| Tracer |
Using a tracer, you can create a root span capturing the critical path of a request.
|
| 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 |
| Class | Description |
|---|---|
| Clock |
Epoch microseconds used for
Span.timestamp and Annotation.timestamp. |
| Class | Description |
|---|---|
| Clock |
Epoch microseconds used for
Span.timestamp and Annotation.timestamp. |
| Span.Kind |
| Class | Description |
|---|---|
| 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.
|
Copyright © 2018 OpenZipkin. All rights reserved.