| Package | Description |
|---|---|
| brave | |
| brave.internal | |
| brave.internal.recorder |
| Modifier and Type | Method | Description |
|---|---|---|
Clock |
Tracing.clock(TraceContext context) |
This exposes the microsecond clock used by operations such as
Span.finish(). |
| Modifier and Type | Method | Description |
|---|---|---|
Tracing.Builder |
Tracing.Builder.clock(Clock clock) |
Assigns microsecond-resolution timestamp source for operations like
Span.start(). |
| Modifier and Type | Method | Description |
|---|---|---|
Clock |
Platform.clock() |
| Modifier and Type | Method | Description |
|---|---|---|
Clock |
Recorder.clock(TraceContext context) |
Returns a clock that ensures timestamp consistency across the trace
|
| Constructor | Description |
|---|---|
Recorder(zipkin2.Endpoint localEndpoint,
Clock clock,
zipkin2.reporter.Reporter<zipkin2.Span> reporter,
AtomicBoolean noop) |
Copyright © 2018 OpenZipkin. All rights reserved.