Skip navigation links
A B C E F G H I M N O P R S T U V 

A

addSpanProcessor(SpanProcessor) - Method in interface io.opentelemetry.sdk.trace.TracerSdkManagement
Adds a new SpanProcessor to this Tracer.
addSpanProcessor(SpanProcessor) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 
alwaysOff() - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a Sampler that always makes a "no" Sampler.SamplingResult for Span sampling.
alwaysOn() - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a Sampler that always makes a "yes" Sampler.SamplingResult for Span sampling.

B

BatchSpanProcessor - Class in io.opentelemetry.sdk.trace.export
Implementation of the SpanProcessor that batches spans exported by the SDK then pushes them to the exporter pipeline.
BatchSpanProcessor.Builder - Class in io.opentelemetry.sdk.trace.export
Builder class for BatchSpanProcessor.
build() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Builds and returns a TraceConfig with the desired values.
build() - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Returns a new BatchSpanProcessor that batches, then converts spans to proto and forwards them to the given spanExporter.
build() - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor.Builder
Returns a new SimpleSpanProcessor that converts spans to proto and forwards them to the given spanExporter.
build() - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider.Builder
Create a new TracerSdkFactory instance.
builder() - Static method in class io.opentelemetry.sdk.trace.TracerSdkProvider

C

create(long, String, Attributes) - Static method in class io.opentelemetry.sdk.trace.data.ImmutableEvent
Returns a new immutable Event.
create(long, String, Attributes, int) - Static method in class io.opentelemetry.sdk.trace.data.ImmutableEvent
Returns a new immutable Event.
create(SpanContext) - Static method in class io.opentelemetry.sdk.trace.data.ImmutableLink
Returns a new immutable Link.
create(SpanContext, Attributes) - Static method in class io.opentelemetry.sdk.trace.data.ImmutableLink
Returns a new immutable Link.
create(SpanContext, Attributes, int) - Static method in class io.opentelemetry.sdk.trace.data.ImmutableLink
Returns a new immutable Link.
create(StatusCanonicalCode, String) - Static method in class io.opentelemetry.sdk.trace.data.ImmutableStatus
Creates a derived instance of Status with the given description.
create(List<SpanExporter>) - Static method in class io.opentelemetry.sdk.trace.export.MultiSpanExporter
Constructs and returns an instance of this class.
create(List<SpanProcessor>) - Static method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
Creates a new MultiSpanProcessor.
create() - Method in class io.opentelemetry.sdk.trace.spi.TracerProviderFactorySdk
 

E

emptySamplingResult(Sampler.Decision) - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a Sampler.SamplingResult with empty attributes and Sampler.SamplingResult.getDecision() returning decision.
ERROR - Static variable in class io.opentelemetry.sdk.trace.data.ImmutableStatus
The operation contains an error.
export(Collection<SpanData>) - Method in class io.opentelemetry.sdk.trace.export.MultiSpanExporter
 
export(Collection<SpanData>) - Method in interface io.opentelemetry.sdk.trace.export.SpanExporter
Called to export sampled Spans.

F

flush() - Method in class io.opentelemetry.sdk.trace.export.MultiSpanExporter
Flushes the data of all registered SpanExporters.
flush() - Method in interface io.opentelemetry.sdk.trace.export.SpanExporter
Exports the collection of sampled Spans that have not yet been exported.
forceFlush() - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
 
forceFlush() - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
 
forceFlush() - Method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
 
forceFlush() - Method in interface io.opentelemetry.sdk.trace.SpanProcessor
Processes all span events that have not yet been processed.
forceFlush() - Method in interface io.opentelemetry.sdk.trace.TracerSdkManagement
Requests the active span processor to process all span events that have not yet been processed and returns a CompletableResultCode which is completed when the flush is finished.
forceFlush() - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 
fromConfigMap(Map<String, String>, ConfigBuilder.NamingConvention) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the configuration values from the given configuration map for only the available keys.
fromConfigMap(Map<String, String>, ConfigBuilder.NamingConvention) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Sets the configuration values from the given configuration map for only the available keys.
fromConfigMap(Map<String, String>, ConfigBuilder.NamingConvention) - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor.Builder
Sets the configuration values from the given configuration map for only the available keys.

G

generateSpanId() - Method in interface io.opentelemetry.sdk.trace.IdsGenerator
Generates a new valid SpanId.
generateSpanId() - Method in class io.opentelemetry.sdk.trace.RandomIdsGenerator
 
generateTraceId() - Method in interface io.opentelemetry.sdk.trace.IdsGenerator
Generates a new valid TraceId.
generateTraceId() - Method in class io.opentelemetry.sdk.trace.RandomIdsGenerator
 
get(String) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 
get(String, String) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 
getActiveTraceConfig() - Method in interface io.opentelemetry.sdk.trace.TracerSdkManagement
Returns the active TraceConfig.
getActiveTraceConfig() - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 
getAttributes() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Event
Return the attributes of the Event.
getAttributes() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the attributes recorded for this Span.
getAttributes() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Link
Returns the set of attributes.
getAttributes() - Method in interface io.opentelemetry.sdk.trace.Sampler.SamplingResult
Return tags which will be attached to the span.
getCanonicalCode() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Status
Returns the canonical status code.
getContext() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Link
Returns the SpanContext.
getDecision() - Method in interface io.opentelemetry.sdk.trace.Sampler.SamplingResult
Return decision on whether a span should be recorded, recorded and sampled or not recorded.
getDefault() - Static method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the default TraceConfig.
getDescription() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Status
Returns the description of this Status for human consumption.
getDescription() - Method in interface io.opentelemetry.sdk.trace.Sampler
Returns the description of this Sampler.
getEndEpochNanos() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the end epoch timestamp in nanos of this Span.
getEpochNanos() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Event
Returns the epoch time in nanos of this event.
getEvents() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the timed events recorded for this Span.
getHasEnded() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns whether this Span has already been ended.
getHasRemoteParent() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns true if the parent is on a different process.
getInstrumentationLibraryInfo() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the instrumentation library specified when creating the tracer which produced this Span.
getInstrumentationLibraryInfo() - Method in interface io.opentelemetry.sdk.trace.ReadableSpan
Returns the instrumentation library specified when creating the tracer which produced this span.
getKind() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the kind of this Span.
getLatencyNanos() - Method in interface io.opentelemetry.sdk.trace.ReadableSpan
Returns the latency of the Span in nanos.
getLinks() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns links recorded for this Span.
getMaxLengthOfAttributeValues() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default max length of string attribute value in characters.
getMaxNumberOfAttributes() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default max number of attributes per Span.
getMaxNumberOfAttributesPerEvent() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default max number of attributes per event.
getMaxNumberOfAttributesPerLink() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default max number of attributes per link.
getMaxNumberOfEvents() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default max number of events per Span.
getMaxNumberOfLinks() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default max number of links per Span.
getName() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Event
Return the name of the Event.
getName() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the name of this Span.
getName() - Method in interface io.opentelemetry.sdk.trace.ReadableSpan
Returns the name of the Span.
getParentSpanId() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the parent SpanId.
getResource() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the resource of this Span.
getSampler() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns the global default Sampler which is used when constructing a new Span.
getSpanContext() - Method in interface io.opentelemetry.sdk.trace.ReadableSpan
Returns the SpanContext of the Span.
getSpanId() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Gets the span id for this span.
getStartEpochNanos() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the start epoch timestamp in nanos of this Span.
getStatus() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Returns the Status.
getTotalAttributeCount() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Event
The total number of attributes that were recorded on this Event.
getTotalAttributeCount() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
The total number of attributes that were recorded on this span.
getTotalAttributeCount() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Link
The total number of attributes that were recorded on this Link.
getTotalRecordedEvents() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
The total number of SpanData.Event events that were recorded on this span.
getTotalRecordedLinks() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
The total number of ImmutableLink links that were recorded on this span.
getTraceId() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Gets the trace id for this span.
getTraceState() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Gets the TraceState for this span.

H

hasEnded() - Method in interface io.opentelemetry.sdk.trace.ReadableSpan
Returns whether this Span has already been ended.

I

IdsGenerator - Interface in io.opentelemetry.sdk.trace
Interface used by the TracerSdk to generate new SpanIds and TraceIds.
ImmutableEvent - Class in io.opentelemetry.sdk.trace.data
An immutable implementation of the SpanData.Event.
ImmutableLink - Class in io.opentelemetry.sdk.trace.data
An immutable implementation of SpanData.Link.
ImmutableStatus - Class in io.opentelemetry.sdk.trace.data
Defines the status of a Span by providing a standard StatusCanonicalCode in conjunction with an optional descriptive message.
ImmutableStatus() - Constructor for class io.opentelemetry.sdk.trace.data.ImmutableStatus
 
io.opentelemetry.sdk.trace - package io.opentelemetry.sdk.trace
 
io.opentelemetry.sdk.trace.config - package io.opentelemetry.sdk.trace.config
Classes that holds global trace parameters
io.opentelemetry.sdk.trace.data - package io.opentelemetry.sdk.trace.data
 
io.opentelemetry.sdk.trace.export - package io.opentelemetry.sdk.trace.export
Utilities that allows different tracing services to export recorded data for sampled spans in their own format.
io.opentelemetry.sdk.trace.spi - package io.opentelemetry.sdk.trace.spi
 
isEndRequired() - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
 
isEndRequired() - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
 
isEndRequired() - Method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
 
isEndRequired() - Method in interface io.opentelemetry.sdk.trace.SpanProcessor
Returns true if this SpanProcessor requires end events.
isOk() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Status
Returns true if this Status is ok, i.e., status is not set, or has been overridden to be ok by an operator.
isSampled() - Method in interface io.opentelemetry.sdk.trace.data.SpanData
Whether the 'sampled' option set on this span.
isStartRequired() - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
 
isStartRequired() - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
 
isStartRequired() - Method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
 
isStartRequired() - Method in interface io.opentelemetry.sdk.trace.SpanProcessor
Returns true if this SpanProcessor requires start events.
isUnset() - Method in interface io.opentelemetry.sdk.trace.data.SpanData.Status
Returns true if this Status is UNSET, i.e., not an error.

M

MultiSpanExporter - Class in io.opentelemetry.sdk.trace.export
Implementation of the SpanExporter that simply forwards all received spans to a list of SpanExporter.
MultiSpanProcessor - Class in io.opentelemetry.sdk.trace
Implementation of the SpanProcessor that simply forwards all received events to a list of SpanProcessors.

N

newBuilder(SpanExporter) - Static method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
Returns a new Builder for BatchSpanProcessor.
newBuilder(SpanExporter) - Static method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
Returns a new Builder for SimpleSpanProcessor.

O

OK - Static variable in class io.opentelemetry.sdk.trace.data.ImmutableStatus
The operation has been validated by an Application developers or Operator to have completed successfully.
onEnd(ReadableSpan) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
 
onEnd(ReadableSpan) - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
 
onEnd(ReadableSpan) - Method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
 
onEnd(ReadableSpan) - Method in interface io.opentelemetry.sdk.trace.SpanProcessor
Called when a Span is ended, if the Span.isRecording() returns true.
onStart(ReadWriteSpan) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
 
onStart(ReadWriteSpan) - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
 
onStart(ReadWriteSpan) - Method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
 
onStart(ReadWriteSpan) - Method in interface io.opentelemetry.sdk.trace.SpanProcessor
Called when a Span is started, if the Span.isRecording() returns true.

P

parentBased(Sampler) - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a Sampler that always makes the same decision as the parent Span to whether or not to sample.
parentBasedBuilder(Sampler) - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a ParentBased.Builder that follows the parent's sampling decision if one exists, otherwise following the root sampler and other optional sampler's decision.

R

RandomIdsGenerator - Class in io.opentelemetry.sdk.trace
The default IdsGenerator which generates IDs as random numbers using ThreadLocalRandom.
RandomIdsGenerator() - Constructor for class io.opentelemetry.sdk.trace.RandomIdsGenerator
 
ReadableSpan - Interface in io.opentelemetry.sdk.trace
The extend Span interface used by the SDK.
readEnvironmentVariables() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
* Sets the configuration values from environment variables for only the available keys.
readProperties(Properties) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
* Sets the configuration values from the given properties object for only the available keys.
readSystemProperties() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
* Sets the configuration values from system properties for only the available keys.
ReadWriteSpan - Interface in io.opentelemetry.sdk.trace
A combination of the write methods from the Span interface and the read methods from the ReadableSpan interface.

S

Sampler - Interface in io.opentelemetry.sdk.trace
Sampler is used to make decisions on Span sampling.
Sampler.Decision - Enum in io.opentelemetry.sdk.trace
A decision on whether a span should be recorded, recorded and sampled or dropped.
Sampler.SamplingResult - Interface in io.opentelemetry.sdk.trace
Sampling result returned by Sampler#shouldSample(SpanContext, String, String, Kind, ReadableAttributes, List).
Samplers - Class in io.opentelemetry.sdk.trace
Static class to access a set of pre-defined Samplers.
samplingResult(Sampler.Decision, Attributes) - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a Sampler.SamplingResult with the given attributes and Sampler.SamplingResult.getDecision() returning decision.
setClock(Clock) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider.Builder
Assign a Clock.
setExporterTimeoutMillis(int) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Sets the maximum time an exporter will be allowed to run before being cancelled.
setExportOnlySampled(boolean) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Set whether only sampled spans should be reported.
setExportOnlySampled(boolean) - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor.Builder
Set whether only sampled spans should be exported.
setIdsGenerator(IdsGenerator) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider.Builder
Assign an IdsGenerator.
setMaxExportBatchSize(int) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Sets the maximum batch size for every export.
setMaxLengthOfAttributeValues(int) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default max length of string attribute value in characters.
setMaxNumberOfAttributes(int) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default max number of attributes per Span.
setMaxNumberOfAttributesPerEvent(int) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default max number of attributes per event.
setMaxNumberOfAttributesPerLink(int) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default max number of attributes per link.
setMaxNumberOfEvents(int) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default max number of events per Span.
setMaxNumberOfLinks(int) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default max number of links per Span.
setMaxQueueSize(int) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Sets the maximum number of Spans that are kept in the queue before start dropping.
setResource(Resource) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider.Builder
Assign a Resource to be attached to all Spans created by Tracers.
setSampler(Sampler) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default Sampler.
setScheduleDelayMillis(long) - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor.Builder
Sets the delay interval between two consecutive exports.
setTraceIdRatioBased(double) - Method in class io.opentelemetry.sdk.trace.config.TraceConfig.Builder
Sets the global default Sampler.
shouldSample(SpanContext, String, String, Span.Kind, ReadableAttributes, List<SpanData.Link>) - Method in interface io.opentelemetry.sdk.trace.Sampler
Called during Span creation to make a sampling samplingResult.
shouldTruncateStringAttributeValues() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
 
shutdown() - Method in class io.opentelemetry.sdk.trace.export.BatchSpanProcessor
 
shutdown() - Method in class io.opentelemetry.sdk.trace.export.MultiSpanExporter
 
shutdown() - Method in class io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
 
shutdown() - Method in interface io.opentelemetry.sdk.trace.export.SpanExporter
Called when TracerSdkManagement.shutdown() is called, if this SpanExporter is registered to a TracerSdkManagement object.
shutdown() - Method in class io.opentelemetry.sdk.trace.MultiSpanProcessor
 
shutdown() - Method in interface io.opentelemetry.sdk.trace.SpanProcessor
Processes all span events that have not yet been processed and closes used resources.
shutdown() - Method in interface io.opentelemetry.sdk.trace.TracerSdkManagement
Attempts to stop all the activity for this Tracer.
shutdown() - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 
SimpleSpanProcessor - Class in io.opentelemetry.sdk.trace.export
An implementation of the SpanProcessor that converts the ReadableSpan to SpanData and passes it directly to the configured exporter.
SimpleSpanProcessor.Builder - Class in io.opentelemetry.sdk.trace.export
Builder class for SimpleSpanProcessor.
SpanData - Interface in io.opentelemetry.sdk.trace.data
Immutable representation of all data collected by the Span class.
SpanData.Event - Interface in io.opentelemetry.sdk.trace.data
 
SpanData.Link - Interface in io.opentelemetry.sdk.trace.data
A link to a Span.
SpanData.Status - Interface in io.opentelemetry.sdk.trace.data
Defines the status of a Span by providing a standard StatusCanonicalCode in conjunction with an optional descriptive message.
SpanExporter - Interface in io.opentelemetry.sdk.trace.export
An interface that allows different tracing services to export recorded data for sampled spans in their own format.
SpanProcessor - Interface in io.opentelemetry.sdk.trace
SpanProcessor is the interface TracerSdk uses to allow synchronous hooks for when a Span is started or when a Span is ended.

T

toBuilder() - Method in class io.opentelemetry.sdk.trace.config.TraceConfig
Returns a TraceConfig.Builder initialized to the same property values as the current instance.
toSpanData() - Method in interface io.opentelemetry.sdk.trace.ReadableSpan
This converts this instance into an immutable SpanData instance, for use in export.
TraceConfig - Class in io.opentelemetry.sdk.trace.config
Class that holds global trace parameters.
TraceConfig() - Constructor for class io.opentelemetry.sdk.trace.config.TraceConfig
 
TraceConfig.Builder - Class in io.opentelemetry.sdk.trace.config
Builder for TraceConfig.
traceIdRatioBased(double) - Static method in class io.opentelemetry.sdk.trace.Samplers
Returns a new TraceIdRatioBased Sampler.
TracerProviderFactorySdk - Class in io.opentelemetry.sdk.trace.spi
SDK implementation of the TracerProviderFactory for SPI.
TracerProviderFactorySdk() - Constructor for class io.opentelemetry.sdk.trace.spi.TracerProviderFactorySdk
 
TracerSdkManagement - Interface in io.opentelemetry.sdk.trace
"Management" interface for the Tracing SDK.
TracerSdkProvider - Class in io.opentelemetry.sdk.trace
Tracer provider implementation for TracerProvider.
TracerSdkProvider.Builder - Class in io.opentelemetry.sdk.trace
Builder class for the TracerSdkFactory.

U

UNLIMITED_ATTRIBUTE_LENGTH - Static variable in class io.opentelemetry.sdk.trace.config.TraceConfig
 
UNSET - Static variable in class io.opentelemetry.sdk.trace.data.ImmutableStatus
The default status.
updateActiveTraceConfig(TraceConfig) - Method in interface io.opentelemetry.sdk.trace.TracerSdkManagement
Updates the active TraceConfig.
updateActiveTraceConfig(TraceConfig) - Method in class io.opentelemetry.sdk.trace.TracerSdkProvider
 

V

valueOf(String) - Static method in enum io.opentelemetry.sdk.trace.Sampler.Decision
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.opentelemetry.sdk.trace.Sampler.Decision
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H I M N O P R S T U V 
Skip navigation links