| Package | Description |
|---|---|
| brave | |
| brave.propagation |
| Modifier and Type | Method and Description |
|---|---|
Span |
Tracer.newTrace(SamplingFlags samplingFlags)
Like
Tracer.newTrace(), but supports parameterized sampling, for example limiting on
operation or url pattern. |
| Modifier and Type | Class and Description |
|---|---|
class |
TraceContext
Contains trace identifiers and sampling data propagated in and out-of-process.
|
| Modifier and Type | Field and Description |
|---|---|
static SamplingFlags |
SamplingFlags.DEBUG |
static SamplingFlags |
SamplingFlags.EMPTY |
static SamplingFlags |
SamplingFlags.NOT_SAMPLED |
static SamplingFlags |
SamplingFlags.SAMPLED |
| Modifier and Type | Method and Description |
|---|---|
SamplingFlags |
SamplingFlags.Builder.build() |
abstract SamplingFlags |
TraceContextOrSamplingFlags.samplingFlags()
When present, create the span via
Tracer.newTrace(SamplingFlags) |
Copyright © 2017 OpenZipkin. All rights reserved.