| ConstantSampler |
Sampler that always makes a constant decision on span sampling.
|
| ConstantSampler.Builder |
Sampler that always makes a constant decision on span sampling.
|
| ConstantSampler.ConstantDecision |
How spans should be sampled:
- Always off
- Always on
- Always follow the parent Span's decision (off if no parent).
|
| ConstantSamplerOrBuilder |
|
| InstrumentationLibrarySpans |
Deprecated.
|
| InstrumentationLibrarySpans.Builder |
Deprecated.
A collection of Spans produced by an InstrumentationLibrary.
|
| InstrumentationLibrarySpansOrBuilder |
Deprecated.
|
| RateLimitingSampler |
Sampler that tries to sample with a rate per time window.
|
| RateLimitingSampler.Builder |
Sampler that tries to sample with a rate per time window.
|
| RateLimitingSamplerOrBuilder |
|
| ResourceSpans |
A collection of ScopeSpans from a Resource.
|
| ResourceSpans.Builder |
A collection of ScopeSpans from a Resource.
|
| ResourceSpansOrBuilder |
|
| ScopeSpans |
A collection of Spans produced by an InstrumentationScope.
|
| ScopeSpans.Builder |
A collection of Spans produced by an InstrumentationScope.
|
| ScopeSpansOrBuilder |
|
| Span |
Span represents a single operation within a trace.
|
| Span.Builder |
Span represents a single operation within a trace.
|
| Span.Event |
Event is a time-stamped annotation of the span, consisting of user-supplied
text description and key-value pairs.
|
| Span.Event.Builder |
Event is a time-stamped annotation of the span, consisting of user-supplied
text description and key-value pairs.
|
| Span.EventOrBuilder |
|
| Span.Link |
A pointer from the current span to another span in the same trace or in a
different trace.
|
| Span.Link.Builder |
A pointer from the current span to another span in the same trace or in a
different trace.
|
| Span.LinkOrBuilder |
|
| Span.SpanKind |
SpanKind is the type of span.
|
| SpanOrBuilder |
|
| Status |
The Status type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs.
|
| Status.Builder |
The Status type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs.
|
| Status.StatusCode |
For the semantics of status codes see
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status
|
| StatusOrBuilder |
|
| TraceConfig |
Global configuration of the trace service.
|
| TraceConfig.Builder |
Global configuration of the trace service.
|
| TraceConfig.SamplerCase |
|
| TraceConfigOrBuilder |
|
| TraceIdRatioBased |
Sampler that tries to uniformly sample traces with a given ratio.
|
| TraceIdRatioBased.Builder |
Sampler that tries to uniformly sample traces with a given ratio.
|
| TraceIdRatioBasedOrBuilder |
|
| TracesData |
TracesData represents the traces data that can be stored in a persistent storage,
OR can be embedded by other protocols that transfer OTLP traces data but do
not implement the OTLP protocol.
|
| TracesData.Builder |
TracesData represents the traces data that can be stored in a persistent storage,
OR can be embedded by other protocols that transfer OTLP traces data but do
not implement the OTLP protocol.
|
| TracesDataOrBuilder |
|