| Package | Description |
|---|---|
| brave |
| Modifier and Type | Method and Description |
|---|---|
Tracing.Builder |
Tracing.Builder.clock(Clock clock)
See
Tracing.clock() |
Tracing.Builder |
Tracing.Builder.currentTraceContext(CurrentTraceContext currentTraceContext)
Responsible for implementing
Tracer.currentSpan() and Tracer.withSpanInScope(Span). |
Tracing.Builder |
Tracing.Builder.localEndpoint(zipkin.Endpoint localEndpoint) |
Tracing.Builder |
Tracing.Builder.localServiceName(String localServiceName)
Controls the name of the service being traced, while still using a default site-local IP.
|
static Tracing.Builder |
Tracing.newBuilder() |
Tracing.Builder |
Tracing.Builder.reporter(zipkin.reporter.Reporter<zipkin.Span> reporter)
Controls how spans are reported.
|
Tracing.Builder |
Tracing.Builder.sampler(Sampler sampler)
Sampler is responsible for deciding if a particular trace should be "sampled", i.e.
|
Tracing.Builder |
Tracing.Builder.traceId128Bit(boolean traceId128Bit)
When true, new root spans will have 128-bit trace IDs.
|
Copyright © 2017 OpenZipkin. All rights reserved.