| Package | Description |
|---|---|
| brave | |
| brave.internal | |
| brave.internal.recorder | |
| brave.propagation |
| Class and Description |
|---|
| CurrentTraceContext
This makes a given span the current span by placing it in scope (usually but not always a thread
local scope).
|
| Propagation
Injects and extracts
trace identifiers as text into carriers that travel
in-band across process boundaries. |
| Propagation.Factory |
| SamplingFlags |
| TraceContext
Contains trace identifiers and sampling data propagated in and out-of-process.
|
| Class and Description |
|---|
| CurrentTraceContext
This makes a given span the current span by placing it in scope (usually but not always a thread
local scope).
|
| CurrentTraceContext.Scope
A span remains in the scope it was bound to until close is called.
|
| TraceContext
Contains trace identifiers and sampling data propagated in and out-of-process.
|
| Class and Description |
|---|
| TraceContext
Contains trace identifiers and sampling data propagated in and out-of-process.
|
| Class and Description |
|---|
| B3Propagation
Implements B3 Propagation
|
| CurrentTraceContext
This makes a given span the current span by placing it in scope (usually but not always a thread
local scope).
|
| CurrentTraceContext.Scope
A span remains in the scope it was bound to until close is called.
|
| Propagation
Injects and extracts
trace identifiers as text into carriers that travel
in-band across process boundaries. |
| Propagation.Factory |
| Propagation.Getter
Gets the first value of the given propagation key or returns null
|
| Propagation.KeyFactory
Creates keys for use in propagated contexts
|
| Propagation.Setter
Replaces a propagated key with the given value
|
| SamplingFlags |
| SamplingFlags.Builder |
| TraceContext
Contains trace identifiers and sampling data propagated in and out-of-process.
|
| TraceContext.Builder |
| TraceContext.Extractor
Used to join an incoming trace.
|
| TraceContext.Injector
Used to send the trace context downstream.
|
| TraceContextOrSamplingFlags
Union type that contains either a trace context or sampling flags, but not both.
|
Copyright © 2017 OpenZipkin. All rights reserved.