| Package | Description |
|---|---|
| brave | |
| brave.internal | |
| brave.internal.recorder |
| Modifier and Type | Method | Description |
|---|---|---|
Clock |
Tracer.clock() |
Deprecated.
use
Tracing.clock() |
abstract Clock |
Tracing.clock() |
This exposes the microsecond clock used by operations such as
Span.finish(). |
| Modifier and Type | Method | Description |
|---|---|---|
Tracer.Builder |
Tracer.Builder.clock(Clock clock) |
Deprecated.
|
Tracing.Builder |
Tracing.Builder.clock(Clock clock) |
See
Tracing.clock() |
| Modifier and Type | Method | Description |
|---|---|---|
Clock |
Platform.clock() |
| Constructor | Description |
|---|---|
Recorder(zipkin2.Endpoint localEndpoint,
Clock clock,
zipkin2.reporter.Reporter<zipkin2.Span> reporter,
AtomicBoolean noop) |
Copyright © 2017 OpenZipkin. All rights reserved.