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

A

ABORTED - Static variable in class io.opentelemetry.trace.Status
The operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
add(double, String...) - Method in interface io.opentelemetry.metrics.DoubleCounter
Adds the given delta to the current value.
add(double) - Method in interface io.opentelemetry.metrics.DoubleCounter.BoundDoubleCounter
Adds the given delta to the current value.
add(long, String...) - Method in interface io.opentelemetry.metrics.LongCounter
Adds the given delta to the current value.
add(long) - Method in interface io.opentelemetry.metrics.LongCounter.BoundLongCounter
Adds the given delta to the current value.
addEvent(String) - Method in class io.opentelemetry.trace.DefaultSpan
 
addEvent(String, long) - Method in class io.opentelemetry.trace.DefaultSpan
 
addEvent(String, Map<String, AttributeValue>) - Method in class io.opentelemetry.trace.DefaultSpan
 
addEvent(String, Map<String, AttributeValue>, long) - Method in class io.opentelemetry.trace.DefaultSpan
 
addEvent(Event) - Method in class io.opentelemetry.trace.DefaultSpan
 
addEvent(Event, long) - Method in class io.opentelemetry.trace.DefaultSpan
 
addEvent(String) - Method in interface io.opentelemetry.trace.Span
Adds an event to the Span.
addEvent(String, long) - Method in interface io.opentelemetry.trace.Span
Adds an event to the Span.
addEvent(String, Map<String, AttributeValue>) - Method in interface io.opentelemetry.trace.Span
Adds an event to the Span.
addEvent(String, Map<String, AttributeValue>, long) - Method in interface io.opentelemetry.trace.Span
Adds an event to the Span.
addEvent(Event) - Method in interface io.opentelemetry.trace.Span
Adds an event to the Span.
addEvent(Event, long) - Method in interface io.opentelemetry.trace.Span
Adds an event to the Span.
addLink(SpanContext) - Method in interface io.opentelemetry.trace.Span.Builder
Adds a Link to the newly created Span.
addLink(SpanContext, Map<String, AttributeValue>) - Method in interface io.opentelemetry.trace.Span.Builder
Adds a Link to the newly created Span.
addLink(Link) - Method in interface io.opentelemetry.trace.Span.Builder
Adds a Link to the newly created Span.
ALREADY_EXISTS - Static variable in class io.opentelemetry.trace.Status
Some entity that we attempted to create (e.g., file or directory) already exists.
asString() - Method in class io.opentelemetry.correlationcontext.EntryValue
Returns the entry value as a String.
AttributeValue - Class in io.opentelemetry.common
A class that represents all the possible values for an attribute.
AttributeValue.Type - Enum in io.opentelemetry.common
An enum that represents all the possible value types for an AttributeValue.

B

B3Propagator - Class in io.opentelemetry.trace.propagation
Implementation of the B3 propagation protocol.
B3Propagator() - Constructor for class io.opentelemetry.trace.propagation.B3Propagator
Creates a new instance of B3Propagator.
B3Propagator(boolean) - Constructor for class io.opentelemetry.trace.propagation.B3Propagator
Creates a new instance of B3Propagator.
BatchRecorder - Interface in io.opentelemetry.metrics
Util class that can be use to atomically record measurements associated with a set of Metrics.
bind(String...) - Method in interface io.opentelemetry.metrics.DoubleCounter
 
bind(String...) - Method in interface io.opentelemetry.metrics.DoubleMeasure
 
bind(String...) - Method in interface io.opentelemetry.metrics.InstrumentWithBinding
Returns a Bound Instrument associated with the specified labels.
bind(String...) - Method in interface io.opentelemetry.metrics.LongCounter
 
bind(String...) - Method in interface io.opentelemetry.metrics.LongMeasure
 
booleanAttributeValue(boolean) - Static method in class io.opentelemetry.common.AttributeValue
Returns an AttributeValue with a boolean value.
build() - Method in interface io.opentelemetry.correlationcontext.CorrelationContext.Builder
Creates a CorrelationContext from this builder.
build() - Method in interface io.opentelemetry.metrics.Counter.Builder
 
build() - Method in interface io.opentelemetry.metrics.DoubleCounter.Builder
 
build() - Method in interface io.opentelemetry.metrics.DoubleMeasure.Builder
 
build() - Method in interface io.opentelemetry.metrics.DoubleObserver.Builder
 
build() - Method in interface io.opentelemetry.metrics.Instrument.Builder
Builds and returns a Instrument with the desired options.
build() - Method in interface io.opentelemetry.metrics.LongCounter.Builder
 
build() - Method in interface io.opentelemetry.metrics.LongMeasure.Builder
 
build() - Method in interface io.opentelemetry.metrics.LongObserver.Builder
 
build() - Method in interface io.opentelemetry.metrics.Measure.Builder
 
build() - Method in interface io.opentelemetry.metrics.Observer.Builder
 
build() - Method in class io.opentelemetry.trace.EndSpanOptions.Builder
Builds and returns a EndSpanOptions with the desired settings.
build() - Method in class io.opentelemetry.trace.TraceFlags.Builder
Builds and returns a TraceFlags with the desired options.
build() - Method in class io.opentelemetry.trace.TraceState.Builder
Builds a TraceState by adding the entries to the parent in front of the key-value pairs list and removing duplicate entries.
builder() - Static method in class io.opentelemetry.trace.EndSpanOptions
Returns a new EndSpanOptions.Builder with default options.
builder() - Static method in class io.opentelemetry.trace.TraceFlags
Returns a new TraceFlags.Builder with default options.
builder(TraceFlags) - Static method in class io.opentelemetry.trace.TraceFlags
Returns a new TraceFlags.Builder with all given options set.
builder() - Static method in class io.opentelemetry.trace.TraceState
Returns a Builder based on an empty TraceState.

C

CANCELLED - Static variable in class io.opentelemetry.trace.Status
The operation was cancelled (typically by the caller).
compareTo(SpanId) - Method in class io.opentelemetry.trace.SpanId
 
compareTo(TraceId) - Method in class io.opentelemetry.trace.TraceId
 
contextBuilder() - Method in interface io.opentelemetry.correlationcontext.CorrelationContextManager
Returns a new Builder.
contextBuilder() - Method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManager
 
copyBytesTo(byte[], int) - Method in class io.opentelemetry.trace.SpanId
Copies the byte array representations of the SpanId into the dest beginning at the destOffset offset.
copyBytesTo(byte[], int) - Method in class io.opentelemetry.trace.TraceFlags
Copies the byte representations of the TraceFlags into the dest beginning at the destOffset offset.
copyBytesTo(byte[], int) - Method in class io.opentelemetry.trace.TraceId
Copies the byte array representations of the TraceId into the dest beginning at the destOffset offset.
copyLowerBase16To(char[], int) - Method in class io.opentelemetry.trace.SpanId
Copies the lowercase base16 representations of the SpanId into the dest beginning at the destOffset offset.
copyLowerBase16To(char[], int) - Method in class io.opentelemetry.trace.TraceFlags
Copies the lowercase base16 representations of the TraceId into the dest beginning at the destOffset offset.
copyLowerBase16To(char[], int) - Method in class io.opentelemetry.trace.TraceId
Copies the lowercase base16 representations of the TraceId into the dest beginning at the destOffset offset.
CorrelationContext - Interface in io.opentelemetry.correlationcontext
A map from EntryKey to EntryValue and EntryMetadata that can be used to label anything that is associated with a specific operation.
CorrelationContext.Builder - Interface in io.opentelemetry.correlationcontext
Builder for the CorrelationContext class.
CorrelationContextManager - Interface in io.opentelemetry.correlationcontext
Object for creating new CorrelationContexts and CorrelationContexts based on the current context.
CorrelationContextManagerProvider - Interface in io.opentelemetry.correlationcontext.spi
CorrelationContextManagerProvider is a service provider for CorrelationContextManager.
CorrelationsContextUtils - Class in io.opentelemetry.correlationcontext
Utility methods for accessing the CorrelationContext contained in the Context.
Counter<H extends InstrumentWithBinding.BoundInstrument> - Interface in io.opentelemetry.metrics
Base interface for all the Counter metrics.
Counter.Builder - Interface in io.opentelemetry.metrics
Builder class for Counter.
create() - Method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManagerProvider
 
create(EntryKey, EntryValue, EntryMetadata) - Static method in class io.opentelemetry.correlationcontext.Entry
Creates an Entry from the given key, value and metadata.
create(String) - Static method in class io.opentelemetry.correlationcontext.EntryKey
Constructs an EntryKey with the given name.
create(EntryMetadata.EntryTtl) - Static method in class io.opentelemetry.correlationcontext.EntryMetadata
Creates an EntryMetadata with the given EntryMetadata.EntryTtl.
create(String) - Static method in class io.opentelemetry.correlationcontext.EntryValue
Constructs an EntryValue from the given string.
create() - Method in interface io.opentelemetry.correlationcontext.spi.CorrelationContextManagerProvider
Creates a new CorrelationContextManager instance.
create() - Method in class io.opentelemetry.metrics.DefaultMetricsProvider
 
create() - Method in interface io.opentelemetry.metrics.spi.MetricsProvider
Creates a new meter registry instance.
create(SpanContext) - Static method in class io.opentelemetry.trace.DefaultSpan
Creates an instance of this class with the SpanContext.
create() - Method in class io.opentelemetry.trace.DefaultTraceProvider
 
create(TraceId, SpanId, TraceFlags, TraceState) - Static method in class io.opentelemetry.trace.SpanContext
Creates a new SpanContext with the given identifiers and options.
create() - Method in interface io.opentelemetry.trace.spi.TraceProvider
Creates a new TracerProvider.
create(String, String) - Static method in class io.opentelemetry.trace.TraceState.Entry
Creates a new Entry for the TraceState.
createFromRemoteParent(TraceId, SpanId, TraceFlags, TraceState) - Static method in class io.opentelemetry.trace.SpanContext
Creates a new SpanContext that was propagated from a remote parent, with the given identifiers and options.
createLabelSet(String...) - Method in class io.opentelemetry.metrics.DefaultMeter
 
createLabelSet(Map<String, String>) - Method in class io.opentelemetry.metrics.DefaultMeter
 
createLabelSet(String...) - Method in interface io.opentelemetry.metrics.Meter
Returns a new LabelSet with the given labels.
createLabelSet(Map<String, String>) - Method in interface io.opentelemetry.metrics.Meter
Returns a new LabelSet with labels built from the keys and values in the provided Map.
currentContextWith(CorrelationContext) - Static method in class io.opentelemetry.correlationcontext.CorrelationsContextUtils
Returns a new Scope encapsulating the provided CorrelationContext added to the current Context.
currentContextWith(Span) - Static method in class io.opentelemetry.trace.TracingContextUtils
Returns a new Scope encapsulating the provided Span added to the current Context.

D

DATA_LOSS - Static variable in class io.opentelemetry.trace.Status
Unrecoverable data loss or corruption.
DEADLINE_EXCEEDED - Static variable in class io.opentelemetry.trace.Status
Deadline expired before operation could complete.
DefaultCorrelationContextManager - Class in io.opentelemetry.correlationcontext
No-op implementations of CorrelationContextManager.
DefaultCorrelationContextManager() - Constructor for class io.opentelemetry.correlationcontext.DefaultCorrelationContextManager
 
DefaultCorrelationContextManagerProvider - Class in io.opentelemetry.correlationcontext
 
DefaultMeter - Class in io.opentelemetry.metrics
No-op implementations of Meter.
DefaultMeterProvider - Class in io.opentelemetry.metrics
 
DefaultMetricsProvider - Class in io.opentelemetry.metrics
 
DefaultSpan - Class in io.opentelemetry.trace
The DefaultSpan is the default Span that is used when no Span implementation is available.
DefaultTraceProvider - Class in io.opentelemetry.trace
 
DefaultTracer - Class in io.opentelemetry.trace
No-op implementations of Tracer.
DefaultTracerProvider - Class in io.opentelemetry.trace
 
doubleAttributeValue(double) - Static method in class io.opentelemetry.common.AttributeValue
Returns an AttributeValue with a double value.
DoubleCounter - Interface in io.opentelemetry.metrics
Counter metric, to report instantaneous measurement of a double value.
DoubleCounter.BoundDoubleCounter - Interface in io.opentelemetry.metrics
A Bound Instrument for a CounterDouble.
DoubleCounter.Builder - Interface in io.opentelemetry.metrics
Builder class for DoubleCounter.
doubleCounterBuilder(String) - Method in class io.opentelemetry.metrics.DefaultMeter
 
doubleCounterBuilder(String) - Method in interface io.opentelemetry.metrics.Meter
Returns a builder for a DoubleCounter.
DoubleMeasure - Interface in io.opentelemetry.metrics
Measure to report instantaneous measurement of a double value.
DoubleMeasure.BoundDoubleMeasure - Interface in io.opentelemetry.metrics
A Bound Instrument for a LongMeasure.
DoubleMeasure.Builder - Interface in io.opentelemetry.metrics
Builder class for DoubleMeasure.
doubleMeasureBuilder(String) - Method in class io.opentelemetry.metrics.DefaultMeter
 
doubleMeasureBuilder(String) - Method in interface io.opentelemetry.metrics.Meter
Returns a new builder for a DoubleMeasure.
DoubleObserver - Interface in io.opentelemetry.metrics
Observer to report pre-aggregated metrics with double value.
DoubleObserver.Builder - Interface in io.opentelemetry.metrics
Builder class for DoubleObserver.
DoubleObserver.ResultDoubleObserver - Interface in io.opentelemetry.metrics
The result for the Observer.Callback.
doubleObserverBuilder(String) - Method in class io.opentelemetry.metrics.DefaultMeter
 
doubleObserverBuilder(String) - Method in interface io.opentelemetry.metrics.Meter
Returns a new builder for a DoubleObserver.

E

EmptyCorrelationContext - Class in io.opentelemetry.correlationcontext
An immutable implementation of the CorrelationContext that does not contain any entries.
end() - Method in class io.opentelemetry.trace.DefaultSpan
 
end(EndSpanOptions) - Method in class io.opentelemetry.trace.DefaultSpan
 
end() - Method in interface io.opentelemetry.trace.Span
Marks the end of Span execution.
end(EndSpanOptions) - Method in interface io.opentelemetry.trace.Span
Marks the end of Span execution with the specified EndSpanOptions.
EndSpanOptions - Class in io.opentelemetry.trace
A class that enables overriding the default values used when ending a Span.
EndSpanOptions.Builder - Class in io.opentelemetry.trace
Builder class for EndSpanOptions.
Entry - Class in io.opentelemetry.correlationcontext
EntryKey paired with a EntryValue.
EntryKey - Class in io.opentelemetry.correlationcontext
A key to a value stored in a CorrelationContext.
EntryMetadata - Class in io.opentelemetry.correlationcontext
EntryMetadata contains properties associated with an Entry.
EntryMetadata.EntryTtl - Enum in io.opentelemetry.correlationcontext
EntryMetadata.EntryTtl is an integer that represents number of hops an entry can propagate.
EntryValue - Class in io.opentelemetry.correlationcontext
A validated entry value.
equals(Object) - Method in class io.opentelemetry.trace.SpanId
 
equals(Object) - Method in class io.opentelemetry.trace.Status
Equality on Statuses is not well defined.
equals(Object) - Method in class io.opentelemetry.trace.TraceFlags
 
equals(Object) - Method in class io.opentelemetry.trace.TraceId
 
Event - Interface in io.opentelemetry.trace
A text annotation with a set of attributes.
extract(C, HttpTextFormat.Getter<C>) - Method in class io.opentelemetry.trace.propagation.B3Propagator
 
extract(C, HttpTextFormat.Getter<C>) - Method in class io.opentelemetry.trace.propagation.HttpTraceContext
 

F

FAILED_PRECONDITION - Static variable in class io.opentelemetry.trace.Status
Operation was rejected because the system is not in a state required for the operation's execution.
fields() - Method in class io.opentelemetry.trace.propagation.B3Propagator
 
fields() - Method in class io.opentelemetry.trace.propagation.HttpTraceContext
 
fromByte(byte) - Static method in class io.opentelemetry.trace.TraceFlags
Returns a TraceFlags whose representation is src.
fromBytes(byte[], int) - Static method in class io.opentelemetry.trace.SpanId
Returns a SpanId whose representation is copied from the src beginning at the srcOffset offset.
fromBytes(byte[], int) - Static method in class io.opentelemetry.trace.TraceId
Returns a TraceId whose representation is copied from the src beginning at the srcOffset offset.
fromLowerBase16(CharSequence, int) - Static method in class io.opentelemetry.trace.SpanId
Returns a SpanId built from a lowercase base16 representation.
fromLowerBase16(CharSequence, int) - Static method in class io.opentelemetry.trace.TraceFlags
Returns a TraceOption built from a lowercase base16 representation.
fromLowerBase16(CharSequence, int) - Static method in class io.opentelemetry.trace.TraceId
Returns a TraceId built from a lowercase base16 representation.

G

get(String) - Method in class io.opentelemetry.metrics.DefaultMeterProvider
 
get(String, String) - Method in class io.opentelemetry.metrics.DefaultMeterProvider
 
get(String) - Method in interface io.opentelemetry.metrics.MeterProvider
Gets or creates a named meter instance.
get(String, String) - Method in interface io.opentelemetry.metrics.MeterProvider
Gets or creates a named and versioned meter instance.
get(String) - Method in class io.opentelemetry.trace.DefaultTracerProvider
 
get(String, String) - Method in class io.opentelemetry.trace.DefaultTracerProvider
 
get(String) - Method in interface io.opentelemetry.trace.TracerProvider
Gets or creates a named tracer instance.
get(String, String) - Method in interface io.opentelemetry.trace.TracerProvider
Gets or creates a named and versioned tracer instance.
get(String) - Method in class io.opentelemetry.trace.TraceState
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAttributes() - Method in interface io.opentelemetry.trace.Event
Return the attributes of the Event.
getAttributes() - Method in interface io.opentelemetry.trace.Link
Returns the set of attributes.
getBooleanValue() - Method in class io.opentelemetry.common.AttributeValue
Returns the boolean value of this AttributeValue.
getByte() - Method in class io.opentelemetry.trace.TraceFlags
Returns the one byte representation of the TraceFlags.
getCanonicalCode() - Method in class io.opentelemetry.trace.Status
Returns the canonical status code.
getContext() - Method in class io.opentelemetry.trace.DefaultSpan
 
getContext() - Method in interface io.opentelemetry.trace.Link
Returns the SpanContext.
getContext() - Method in interface io.opentelemetry.trace.Span
Returns the SpanContext associated with this Span.
getCorrelationContext(Context) - Static method in class io.opentelemetry.correlationcontext.CorrelationsContextUtils
Returns the CorrelationContext from the specified Context, falling back to an empty CorrelationContext.
getCorrelationContextManager() - Static method in class io.opentelemetry.OpenTelemetry
Returns a singleton CorrelationContextManager.
getCorrelationContextWithoutDefault(Context) - Static method in class io.opentelemetry.correlationcontext.CorrelationsContextUtils
Returns the CorrelationContext from the specified Context.
getCurrentContext() - Method in interface io.opentelemetry.correlationcontext.CorrelationContextManager
Returns the current CorrelationContext.
getCurrentContext() - Method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManager
 
getCurrentCorrelationContext() - Static method in class io.opentelemetry.correlationcontext.CorrelationsContextUtils
Returns the CorrelationContext from the current Context, falling back to an empty CorrelationContext.
getCurrentSpan() - Method in class io.opentelemetry.trace.DefaultTracer
 
getCurrentSpan() - Method in interface io.opentelemetry.trace.Tracer
Gets the current Span from the current Context.
getCurrentSpan() - Static method in class io.opentelemetry.trace.TracingContextUtils
Returns the Span from the current Context, falling back to a default, no-op Span.
getDefault() - Static method in class io.opentelemetry.trace.TraceFlags
Returns the default TraceFlags.
getDefault() - Static method in class io.opentelemetry.trace.TraceState
Returns the default TraceState with no entries.
getDescription() - Method in class io.opentelemetry.trace.Status
Returns the description of this Status for human consumption.
getDoubleValue() - Method in class io.opentelemetry.common.AttributeValue
Returns the double value of this AttributeValue.
getEndTimestamp() - Method in class io.opentelemetry.trace.EndSpanOptions
Returns the end timestamp.
getEntries() - Method in interface io.opentelemetry.correlationcontext.CorrelationContext
Returns an immutable collection of the entries in this CorrelationContext.
getEntries() - Method in class io.opentelemetry.correlationcontext.EmptyCorrelationContext
 
getEntries() - Method in class io.opentelemetry.trace.TraceState
Returns a List view of the mappings contained in this TraceState.
getEntryMetadata() - Method in class io.opentelemetry.correlationcontext.Entry
Returns the EntryMetadata associated with this Entry.
getEntryTtl() - Method in class io.opentelemetry.correlationcontext.EntryMetadata
getEntryValue(EntryKey) - Method in interface io.opentelemetry.correlationcontext.CorrelationContext
Returns the EntryValue associated with the given EntryKey.
getEntryValue(EntryKey) - Method in class io.opentelemetry.correlationcontext.EmptyCorrelationContext
 
getHttpTextFormat() - Method in interface io.opentelemetry.correlationcontext.CorrelationContextManager
Returns the HttpTextFormat for this implementation.
getHttpTextFormat() - Method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManager
 
getHttpTextFormat() - Method in class io.opentelemetry.trace.DefaultTracer
 
getHttpTextFormat() - Method in interface io.opentelemetry.trace.Tracer
Returns the HttpTextFormat for this tracer implementation.
getInstance() - Static method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManager
Returns a CorrelationContextManager singleton that is the default implementation for CorrelationContextManager.
getInstance() - Static method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManagerProvider
Returns a CorrelationContextManagerProvider singleton that is the default implementation for CorrelationContextManager.
getInstance() - Static method in class io.opentelemetry.correlationcontext.EmptyCorrelationContext
Returns the single instance of the EmptyCorrelationContext class.
getInstance() - Static method in class io.opentelemetry.metrics.DefaultMeter
Returns a Meter singleton that is the default implementations for Meter.
getInstance() - Static method in class io.opentelemetry.metrics.DefaultMeterProvider
Returns a MeterProvider singleton that is the default implementation for MeterProvider.
getInstance() - Static method in class io.opentelemetry.metrics.DefaultMetricsProvider
Returns a MetricsProvider singleton that is the default implementation for MetricsProvider.
getInstance() - Static method in class io.opentelemetry.trace.DefaultTraceProvider
Returns a TraceProvider singleton that is the default implementation for TraceProvider.
getInstance() - Static method in class io.opentelemetry.trace.DefaultTracer
Returns a Tracer singleton that is the default implementations for Tracer.
getInstance() - Static method in class io.opentelemetry.trace.DefaultTracerProvider
Returns a TracerProvider singleton that is the default implementation for TracerProvider.
getInvalid() - Static method in class io.opentelemetry.trace.DefaultSpan
Returns a DefaultSpan with an invalid SpanContext.
getInvalid() - Static method in class io.opentelemetry.trace.SpanContext
Returns the invalid SpanContext that can be used for no-op operations.
getInvalid() - Static method in class io.opentelemetry.trace.SpanId
Returns the invalid SpanId.
getInvalid() - Static method in class io.opentelemetry.trace.TraceId
Returns the invalid TraceId.
getKey() - Method in class io.opentelemetry.correlationcontext.Entry
Returns the entry's key.
getKey() - Method in class io.opentelemetry.trace.TraceState.Entry
Returns the key String.
getLongValue() - Method in class io.opentelemetry.common.AttributeValue
Returns the long value of this AttributeValue.
getLowerLong() - Method in class io.opentelemetry.trace.TraceId
Returns the lower 8 bytes of the trace-id as a long value, assuming little-endian order.
getMeterProvider() - Static method in class io.opentelemetry.OpenTelemetry
Returns a singleton MeterProvider.
getName() - Method in class io.opentelemetry.correlationcontext.EntryKey
Returns the name of the key.
getName() - Method in interface io.opentelemetry.trace.Event
Return the name of the Event.
getSize() - Static method in class io.opentelemetry.trace.SpanId
Returns the size in bytes of the SpanId.
getSize() - Static method in class io.opentelemetry.trace.TraceFlags
Returns the size in bytes of the TraceFlags.
getSize() - Static method in class io.opentelemetry.trace.TraceId
Returns the size in bytes of the TraceId.
getSpan(Context) - Static method in class io.opentelemetry.trace.TracingContextUtils
Returns the Span from the specified Context, falling back to a default, no-op Span.
getSpanId() - Method in class io.opentelemetry.trace.SpanContext
Returns the span identifier associated with this SpanContext.
getSpanWithoutDefault(Context) - Static method in class io.opentelemetry.trace.TracingContextUtils
Returns the Span from the specified Context.
getStringValue() - Method in class io.opentelemetry.common.AttributeValue
Returns the string value of this AttributeValue.
getTraceFlags() - Method in class io.opentelemetry.trace.SpanContext
Returns the TraceFlags associated with this SpanContext.
getTraceId() - Method in class io.opentelemetry.trace.SpanContext
Returns the trace identifier associated with this SpanContext.
getTracerProvider() - Static method in class io.opentelemetry.OpenTelemetry
Returns a singleton TracerProvider.
getTraceState() - Method in class io.opentelemetry.trace.SpanContext
Returns the TraceState associated with this SpanContext.
getType() - Method in class io.opentelemetry.common.AttributeValue
Returns a Type corresponding to the underlying value of this AttributeValue.
getValue() - Method in class io.opentelemetry.correlationcontext.Entry
Returns the entry's value.
getValue() - Method in class io.opentelemetry.trace.TraceState.Entry
Returns the value String.

H

hashCode() - Method in class io.opentelemetry.trace.SpanId
 
hashCode() - Method in class io.opentelemetry.trace.Status
Hash codes on Statuses are not well defined.
hashCode() - Method in class io.opentelemetry.trace.TraceFlags
 
hashCode() - Method in class io.opentelemetry.trace.TraceId
 
HttpTraceContext - Class in io.opentelemetry.trace.propagation
Implementation of the TraceContext propagation protocol.
HttpTraceContext() - Constructor for class io.opentelemetry.trace.propagation.HttpTraceContext
 

I

inject(SpanContext, C, HttpTextFormat.Setter<C>) - Method in class io.opentelemetry.trace.propagation.B3Propagator
 
inject(SpanContext, C, HttpTextFormat.Setter<C>) - Method in class io.opentelemetry.trace.propagation.HttpTraceContext
 
Instrument - Interface in io.opentelemetry.metrics
Base interface for all metrics defined in this package.
Instrument.Builder - Interface in io.opentelemetry.metrics
The Builder class for the Instrument.
InstrumentWithBinding<B extends InstrumentWithBinding.BoundInstrument> - Interface in io.opentelemetry.metrics
Base interface for all metrics with bounds defined in this package.
InstrumentWithBinding.BoundInstrument - Interface in io.opentelemetry.metrics
 
INTERNAL - Static variable in class io.opentelemetry.trace.Status
Internal errors.
INVALID_ARGUMENT - Static variable in class io.opentelemetry.trace.Status
Client specified an invalid argument.
io.opentelemetry - package io.opentelemetry
 
io.opentelemetry.common - package io.opentelemetry.common
 
io.opentelemetry.correlationcontext - package io.opentelemetry.correlationcontext
API for associating entries with scoped operations.
io.opentelemetry.correlationcontext.spi - package io.opentelemetry.correlationcontext.spi
 
io.opentelemetry.metrics - package io.opentelemetry.metrics
This package describes the Metrics API that can be used to record application Metrics.
io.opentelemetry.metrics.spi - package io.opentelemetry.metrics.spi
 
io.opentelemetry.trace - package io.opentelemetry.trace
API for distributed tracing.
io.opentelemetry.trace.propagation - package io.opentelemetry.trace.propagation
 
io.opentelemetry.trace.spi - package io.opentelemetry.trace.spi
 
isOk() - Method in class io.opentelemetry.trace.Status
Returns true if this Status is OK, i.e., not an error.
isRecording() - Method in class io.opentelemetry.trace.DefaultSpan
 
isRecording() - Method in interface io.opentelemetry.trace.Span
Returns true if this Span records tracing events (e.g.
isRemote() - Method in class io.opentelemetry.trace.SpanContext
Returns true if the SpanContext was propagated from a remote parent.
isSampled() - Method in class io.opentelemetry.trace.TraceFlags
Returns a boolean indicating whether this Span is part of a sampled trace and data should be exported to a persistent store.
isValid() - Method in class io.opentelemetry.trace.SpanContext
Returns true if this SpanContext is valid.
isValid() - Method in class io.opentelemetry.trace.SpanId
Returns whether the span identifier is valid.
isValid() - Method in class io.opentelemetry.trace.TraceId
Returns whether the TraceId is valid.

L

LabelSet - Interface in io.opentelemetry.metrics
LabelSet is an implementation-level interface that represents a set of Labels for use as pre-defined labels in the metrics API.
Link - Interface in io.opentelemetry.trace
A link to a Span.
longAttributeValue(long) - Static method in class io.opentelemetry.common.AttributeValue
Returns an AttributeValue with a long value.
LongCounter - Interface in io.opentelemetry.metrics
Counter instrument, to report instantaneous measurements of long values.
LongCounter.BoundLongCounter - Interface in io.opentelemetry.metrics
A Bound Instrument for a LongCounter.
LongCounter.Builder - Interface in io.opentelemetry.metrics
Builder class for LongCounter.
longCounterBuilder(String) - Method in class io.opentelemetry.metrics.DefaultMeter
 
longCounterBuilder(String) - Method in interface io.opentelemetry.metrics.Meter
Returns a builder for a LongCounter.
LongMeasure - Interface in io.opentelemetry.metrics
Measure to report instantaneous measurement of a long value.
LongMeasure.BoundLongMeasure - Interface in io.opentelemetry.metrics
A Bound Instrument for a LongMeasure.
LongMeasure.Builder - Interface in io.opentelemetry.metrics
Builder class for LongMeasure.
longMeasureBuilder(String) - Method in class io.opentelemetry.metrics.DefaultMeter
 
longMeasureBuilder(String) - Method in interface io.opentelemetry.metrics.Meter
Returns a new builder for a LongMeasure.
LongObserver - Interface in io.opentelemetry.metrics
Observer to report pre-aggregated metrics with double value.
LongObserver.Builder - Interface in io.opentelemetry.metrics
Builder class for LongObserver.
LongObserver.ResultLongObserver - Interface in io.opentelemetry.metrics
The result for the Observer.Callback.
longObserverBuilder(String) - Method in class io.opentelemetry.metrics.DefaultMeter
 
longObserverBuilder(String) - Method in interface io.opentelemetry.metrics.Meter
Returns a new builder for a LongObserver.

M

MAX_LENGTH - Static variable in class io.opentelemetry.correlationcontext.EntryKey
The maximum length for an entry key name.
MAX_LENGTH - Static variable in class io.opentelemetry.correlationcontext.EntryValue
The maximum length for a entry value.
Measure<H extends InstrumentWithBinding.BoundInstrument> - Interface in io.opentelemetry.metrics
Base interface for all the Measure instruments.
Measure.Builder - Interface in io.opentelemetry.metrics
Builder class for Measure.
METADATA_UNLIMITED_PROPAGATION - Static variable in class io.opentelemetry.correlationcontext.Entry
Default propagation metadata - unlimited propagation.
Meter - Interface in io.opentelemetry.metrics
Meter is a simple, interface that allows users to record measurements (metrics).
MeterProvider - Interface in io.opentelemetry.metrics
A registry for creating named Meters.
MetricsProvider - Interface in io.opentelemetry.metrics.spi
MeterRegistryProvider is a service provider for MeterProvider.

N

newBatchRecorder(String...) - Method in class io.opentelemetry.metrics.DefaultMeter
 
newBatchRecorder(String...) - Method in interface io.opentelemetry.metrics.Meter
Utility method that allows users to atomically record measurements to a set of Measures with a common set of labels.
NOT_FOUND - Static variable in class io.opentelemetry.trace.Status
Some requested entity (e.g., file or directory) was not found.

O

observe(double, String...) - Method in interface io.opentelemetry.metrics.DoubleObserver.ResultDoubleObserver
 
observe(long, String...) - Method in interface io.opentelemetry.metrics.LongObserver.ResultLongObserver
 
Observer<R> - Interface in io.opentelemetry.metrics
Base interface for all the Observer metrics.
Observer.Builder - Interface in io.opentelemetry.metrics
Builder class for Observer.
Observer.Callback<R> - Interface in io.opentelemetry.metrics
A Callback for a Observer.
OK - Static variable in class io.opentelemetry.trace.Status
The operation completed successfully.
OpenTelemetry - Class in io.opentelemetry
This class provides a static global accessor for telemetry objects Tracer, Meter and CorrelationContextManager.
OUT_OF_RANGE - Static variable in class io.opentelemetry.trace.Status
Operation was attempted past the valid range.

P

PERMISSION_DENIED - Static variable in class io.opentelemetry.trace.Status
The caller does not have permission to execute the specified operation.
put(EntryKey, EntryValue, EntryMetadata) - Method in interface io.opentelemetry.correlationcontext.CorrelationContext.Builder
Adds the key/value pair and metadata regardless of whether the key is present.
put(LongMeasure, long) - Method in interface io.opentelemetry.metrics.BatchRecorder
Associates the LongMeasure with the given value.
put(DoubleMeasure, double) - Method in interface io.opentelemetry.metrics.BatchRecorder
Associates the DoubleMeasure with the given value.
put(LongCounter, long) - Method in interface io.opentelemetry.metrics.BatchRecorder
Associates the LongCounter with the given value.
put(DoubleCounter, double) - Method in interface io.opentelemetry.metrics.BatchRecorder
Associates the DoubleCounter with the given value.

R

record() - Method in interface io.opentelemetry.metrics.BatchRecorder
Records all of the measures at the same time.
record(double) - Method in interface io.opentelemetry.metrics.DoubleMeasure.BoundDoubleMeasure
Records the given measurement, associated with the current Context.
record(double, String...) - Method in interface io.opentelemetry.metrics.DoubleMeasure
Records the given measurement, associated with the current Context and provided LabelSet.
record(long) - Method in interface io.opentelemetry.metrics.LongMeasure.BoundLongMeasure
Records the given measurement, associated with the current Context.
record(long, String...) - Method in interface io.opentelemetry.metrics.LongMeasure
Records the given measurement, associated with the current Context and provided LabelSet.
remove(EntryKey) - Method in interface io.opentelemetry.correlationcontext.CorrelationContext.Builder
Removes the key if it exists.
remove(String) - Method in class io.opentelemetry.trace.TraceState.Builder
Removes the Entry that has the given key if it is present.
RESOURCE_EXHAUSTED - Static variable in class io.opentelemetry.trace.Status
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.

S

set(String, String) - Method in class io.opentelemetry.trace.TraceState.Builder
Adds or updates the Entry that has the given key if it is present.
setAbsolute(boolean) - Method in interface io.opentelemetry.metrics.DoubleMeasure.Builder
 
setAbsolute(boolean) - Method in interface io.opentelemetry.metrics.LongMeasure.Builder
 
setAbsolute(boolean) - Method in interface io.opentelemetry.metrics.Measure.Builder
Sets the absolute property for this Builder.
setAttribute(String, String) - Method in class io.opentelemetry.trace.DefaultSpan
 
setAttribute(String, long) - Method in class io.opentelemetry.trace.DefaultSpan
 
setAttribute(String, double) - Method in class io.opentelemetry.trace.DefaultSpan
 
setAttribute(String, boolean) - Method in class io.opentelemetry.trace.DefaultSpan
 
setAttribute(String, AttributeValue) - Method in class io.opentelemetry.trace.DefaultSpan
 
setAttribute(String, String) - Method in interface io.opentelemetry.trace.Span.Builder
Sets an attribute to the newly created Span.
setAttribute(String, long) - Method in interface io.opentelemetry.trace.Span.Builder
Sets an attribute to the newly created Span.
setAttribute(String, double) - Method in interface io.opentelemetry.trace.Span.Builder
Sets an attribute to the newly created Span.
setAttribute(String, boolean) - Method in interface io.opentelemetry.trace.Span.Builder
Sets an attribute to the newly created Span.
setAttribute(String, AttributeValue) - Method in interface io.opentelemetry.trace.Span.Builder
Sets an attribute to the newly created Span.
setAttribute(String, String) - Method in interface io.opentelemetry.trace.Span
Sets an attribute to the Span.
setAttribute(String, long) - Method in interface io.opentelemetry.trace.Span
Sets an attribute to the Span.
setAttribute(String, double) - Method in interface io.opentelemetry.trace.Span
Sets an attribute to the Span.
setAttribute(String, boolean) - Method in interface io.opentelemetry.trace.Span
Sets an attribute to the Span.
setAttribute(String, AttributeValue) - Method in interface io.opentelemetry.trace.Span
Sets an attribute to the Span.
setCallback(Observer.Callback<DoubleObserver.ResultDoubleObserver>) - Method in interface io.opentelemetry.metrics.DoubleObserver
 
setCallback(Observer.Callback<LongObserver.ResultLongObserver>) - Method in interface io.opentelemetry.metrics.LongObserver
 
setCallback(Observer.Callback<R>) - Method in interface io.opentelemetry.metrics.Observer
Sets a callback that gets executed every time before exporting this metric.
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.Counter.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.DoubleCounter.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.DoubleMeasure.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.DoubleObserver.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.Instrument.Builder
Sets the map of constant labels (they will be added to all the Bound Instruments) for the Instrument.
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.LongCounter.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.LongMeasure.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.LongObserver.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.Measure.Builder
 
setConstantLabels(Map<String, String>) - Method in interface io.opentelemetry.metrics.Observer.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.Counter.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.DoubleCounter.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.DoubleMeasure.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.DoubleObserver.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.Instrument.Builder
Sets the description of the Instrument.
setDescription(String) - Method in interface io.opentelemetry.metrics.LongCounter.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.LongMeasure.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.LongObserver.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.Measure.Builder
 
setDescription(String) - Method in interface io.opentelemetry.metrics.Observer.Builder
 
setEndTimestamp(long) - Method in class io.opentelemetry.trace.EndSpanOptions.Builder
Sets the end timestamp for the Span.
setIsSampled(boolean) - Method in class io.opentelemetry.trace.TraceFlags.Builder
Sets the sampling bit in the options.
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.Counter.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.DoubleCounter.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.DoubleMeasure.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.DoubleObserver.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.Instrument.Builder
Sets the list of label keys for the Instrument.
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.LongCounter.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.LongMeasure.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.LongObserver.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.Measure.Builder
 
setLabelKeys(List<String>) - Method in interface io.opentelemetry.metrics.Observer.Builder
 
setMonotonic(boolean) - Method in interface io.opentelemetry.metrics.Counter.Builder
Sets the monotonicity property for this Counter.
setMonotonic(boolean) - Method in interface io.opentelemetry.metrics.DoubleCounter.Builder
 
setMonotonic(boolean) - Method in interface io.opentelemetry.metrics.DoubleObserver.Builder
 
setMonotonic(boolean) - Method in interface io.opentelemetry.metrics.LongCounter.Builder
 
setMonotonic(boolean) - Method in interface io.opentelemetry.metrics.LongObserver.Builder
 
setMonotonic(boolean) - Method in interface io.opentelemetry.metrics.Observer.Builder
Sets the monotonicity property for this Instrument.
setNoParent() - Method in interface io.opentelemetry.correlationcontext.CorrelationContext.Builder
Sets the option to become a root CorrelationContext with no parent.
setNoParent() - Method in interface io.opentelemetry.trace.Span.Builder
Sets the option to become a root Span for a new trace.
setParent(CorrelationContext) - Method in interface io.opentelemetry.correlationcontext.CorrelationContext.Builder
Sets the parent CorrelationContext to use.
setParent(Span) - Method in interface io.opentelemetry.trace.Span.Builder
Sets the parent Span to use.
setParent(SpanContext) - Method in interface io.opentelemetry.trace.Span.Builder
Sets the parent SpanContext to use.
setSpanKind(Span.Kind) - Method in interface io.opentelemetry.trace.Span.Builder
Sets the Span.Kind for the newly created Span.
setStartTimestamp(long) - Method in interface io.opentelemetry.trace.Span.Builder
Sets an explicit start timestamp for the newly created Span.
setStatus(Status) - Method in class io.opentelemetry.trace.DefaultSpan
 
setStatus(Status) - Method in interface io.opentelemetry.trace.Span
Sets the Status to the Span.
setUnit(String) - Method in interface io.opentelemetry.metrics.Counter.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.DoubleCounter.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.DoubleMeasure.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.DoubleObserver.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.Instrument.Builder
Sets the unit of the Instrument.
setUnit(String) - Method in interface io.opentelemetry.metrics.LongCounter.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.LongMeasure.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.LongObserver.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.Measure.Builder
 
setUnit(String) - Method in interface io.opentelemetry.metrics.Observer.Builder
 
Span - Interface in io.opentelemetry.trace
An interface that represents a span.
Span.Builder - Interface in io.opentelemetry.trace
Span.Builder is used to construct Span instances which define arbitrary scopes of code that are sampled for distributed tracing as a single atomic unit.
Span.Kind - Enum in io.opentelemetry.trace
Type of span.
spanBuilder(String) - Method in class io.opentelemetry.trace.DefaultTracer
 
spanBuilder(String) - Method in interface io.opentelemetry.trace.Tracer
Returns a Span.Builder to create and start a new Span.
SpanContext - Class in io.opentelemetry.trace
A class that represents a span context.
SpanContext() - Constructor for class io.opentelemetry.trace.SpanContext
 
SpanId - Class in io.opentelemetry.trace
A class that represents a span identifier.
SpanId(long) - Constructor for class io.opentelemetry.trace.SpanId
Constructs a SpanId whose representation is specified by a long value.
startSpan() - Method in interface io.opentelemetry.trace.Span.Builder
Starts a new Span.
Status - Class in io.opentelemetry.trace
Defines the status of a Span by providing a standard Status.CanonicalCode in conjunction with an optional descriptive message.
Status.CanonicalCode - Enum in io.opentelemetry.trace
The set of canonical status codes.
stringAttributeValue(String) - Static method in class io.opentelemetry.common.AttributeValue
Returns an AttributeValue with a string value.

T

toBuilder() - Method in class io.opentelemetry.trace.TraceState
Returns a Builder based on this TraceState.
toLowerBase16() - Method in class io.opentelemetry.trace.SpanId
Returns the lowercase base16 encoding of this SpanId.
toLowerBase16() - Method in class io.opentelemetry.trace.TraceFlags
Returns the lowercase base16 encoding of this TraceFlags.
toLowerBase16() - Method in class io.opentelemetry.trace.TraceId
Returns the lowercase base16 encoding of this TraceId.
toStatus() - Method in enum io.opentelemetry.trace.Status.CanonicalCode
Returns the status that has the current CanonicalCode..
toString() - Method in class io.opentelemetry.trace.DefaultSpan
 
toString() - Method in class io.opentelemetry.trace.SpanId
 
toString() - Method in class io.opentelemetry.trace.Status
 
toString() - Method in class io.opentelemetry.trace.TraceFlags
 
toString() - Method in class io.opentelemetry.trace.TraceId
 
TraceFlags - Class in io.opentelemetry.trace
A class that represents global trace options.
TraceFlags.Builder - Class in io.opentelemetry.trace
Builder class for TraceFlags.
TraceId - Class in io.opentelemetry.trace
A class that represents a trace identifier.
TraceId(long, long) - Constructor for class io.opentelemetry.trace.TraceId
Constructs a TraceId whose representation is specified by two long values representing the lower and higher parts.
TraceProvider - Interface in io.opentelemetry.trace.spi
TracerProvider is a service provider for a TracerProvider.
Tracer - Interface in io.opentelemetry.trace
Tracer is the interface for Span creation and interaction with the in-process context.
TracerProvider - Interface in io.opentelemetry.trace
A registry for creating named Tracers.
TraceState - Class in io.opentelemetry.trace
Carries tracing-system specific context in a list of key-value pairs.
TraceState.Builder - Class in io.opentelemetry.trace
Builder class for TraceState.
TraceState.Entry - Class in io.opentelemetry.trace
Immutable key-value pair for TraceState.
TracingContextUtils - Class in io.opentelemetry.trace
Util methods/functionality to interact with the Context.

U

UNAUTHENTICATED - Static variable in class io.opentelemetry.trace.Status
The request does not have valid authentication credentials for the operation.
UNAVAILABLE - Static variable in class io.opentelemetry.trace.Status
The service is currently unavailable.
unbind() - Method in interface io.opentelemetry.metrics.DoubleCounter.BoundDoubleCounter
 
unbind() - Method in interface io.opentelemetry.metrics.DoubleMeasure.BoundDoubleMeasure
 
unbind() - Method in interface io.opentelemetry.metrics.InstrumentWithBinding.BoundInstrument
Unbinds the current Bound from the Instrument.
unbind() - Method in interface io.opentelemetry.metrics.LongCounter.BoundLongCounter
 
unbind() - Method in interface io.opentelemetry.metrics.LongMeasure.BoundLongMeasure
 
UNIMPLEMENTED - Static variable in class io.opentelemetry.trace.Status
Operation is not implemented or not supported/enabled in this service.
UNKNOWN - Static variable in class io.opentelemetry.trace.Status
Unknown error.
update(R) - Method in interface io.opentelemetry.metrics.Observer.Callback
 
updateName(String) - Method in class io.opentelemetry.trace.DefaultSpan
 
updateName(String) - Method in interface io.opentelemetry.trace.Span
Updates the Span name.

V

value() - Method in enum io.opentelemetry.trace.Status.CanonicalCode
Returns the numerical value of the code.
valueOf(String) - Static method in enum io.opentelemetry.common.AttributeValue.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.opentelemetry.correlationcontext.EntryMetadata.EntryTtl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.opentelemetry.trace.Span.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.opentelemetry.trace.Status.CanonicalCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.opentelemetry.common.AttributeValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.opentelemetry.correlationcontext.EntryMetadata.EntryTtl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.opentelemetry.trace.Span.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.opentelemetry.trace.Status.CanonicalCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

withContext(CorrelationContext) - Method in interface io.opentelemetry.correlationcontext.CorrelationContextManager
Enters the scope of code where the given CorrelationContext is in the current context (replacing the previous CorrelationContext) and returns an object that represents that scope.
withContext(CorrelationContext) - Method in class io.opentelemetry.correlationcontext.DefaultCorrelationContextManager
 
withCorrelationContext(CorrelationContext, Context) - Static method in class io.opentelemetry.correlationcontext.CorrelationsContextUtils
Creates a new Context with the given value set.
withDescription(String) - Method in class io.opentelemetry.trace.Status
Creates a derived instance of Status with the given description.
withSpan(Span) - Method in class io.opentelemetry.trace.DefaultTracer
 
withSpan(Span) - Method in interface io.opentelemetry.trace.Tracer
Enters the scope of code where the given Span is in the current Context, and returns an object that represents that scope.
withSpan(Span, Context) - Static method in class io.opentelemetry.trace.TracingContextUtils
Creates a new Context with the given Span set.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links