| Package | Description |
|---|---|
| brave | |
| brave.internal | |
| brave.internal.recorder |
| Modifier and Type | Method and Description |
|---|---|
abstract Clock |
Tracing.clock()
This exposes the microsecond clock used by operations such as
Span.finish(). |
Clock |
Tracer.clock()
Deprecated.
use
Tracing.clock() |
| Modifier and Type | Method and Description |
|---|---|
Tracing.Builder |
Tracing.Builder.clock(Clock clock)
See
Tracing.clock() |
Tracer.Builder |
Tracer.Builder.clock(Clock clock)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Platform
Access to platform-specific features and implements a default logging reporter.
|
| Constructor and Description |
|---|
Recorder(zipkin.Endpoint localEndpoint,
Clock clock,
zipkin.reporter.Reporter<zipkin.Span> reporter) |
Copyright © 2017 OpenZipkin. All rights reserved.