Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(double) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleCounter
-
Records a value against the bound attributes.
- add(double) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleUpDownCounter
-
Records a value against the bound attributes.
- add(double, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleCounter
-
Records a value against the bound attributes, with an explicit
Context. - add(double, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleUpDownCounter
-
Records a value against the bound attributes, with an explicit
Context. - add(long) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongCounter
-
Records a value against the bound attributes.
- add(long) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongUpDownCounter
-
Records a value against the bound attributes.
- add(long, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongCounter
-
Records a value against the bound attributes, with an explicit
Context. - add(long, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongUpDownCounter
-
Records a value against the bound attributes, with an explicit
Context. - addLink(SpanContext) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- addLink(SpanContext, Attributes) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
B
- bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleCounter
-
Binds this counter to the given
attributes, returning aBoundDoubleCounterthat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleGauge
-
Binds this gauge to the given
attributes, returning aBoundDoubleGaugethat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleHistogram
-
Binds this histogram to the given
attributes, returning aBoundDoubleHistogramthat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleUpDownCounter
-
Binds this counter to the given
attributes, returning aBoundDoubleUpDownCounterthat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongCounter
-
Binds this counter to the given
attributes, returning aBoundLongCounterthat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongGauge
-
Binds this gauge to the given
attributes, returning aBoundLongGaugethat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongHistogram
-
Binds this histogram to the given
attributes, returning aBoundLongHistogramthat records to the corresponding timeseries directly. - bind(Attributes) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongUpDownCounter
-
Binds this counter to the given
attributes, returning aBoundLongUpDownCounterthat records to the corresponding timeseries directly. - BoundDoubleCounter - Interface in io.opentelemetry.api.incubator.metrics
-
A
DoubleCounterbound to a fixed set ofAttributes, obtained viaExtendedDoubleCounter.bind(Attributes). - BoundDoubleGauge - Interface in io.opentelemetry.api.incubator.metrics
-
A
DoubleGaugebound to a fixed set ofAttributes, obtained viaExtendedDoubleGauge.bind(Attributes). - BoundDoubleHistogram - Interface in io.opentelemetry.api.incubator.metrics
-
A
DoubleHistogrambound to a fixed set ofAttributes, obtained viaExtendedDoubleHistogram.bind(Attributes). - BoundDoubleUpDownCounter - Interface in io.opentelemetry.api.incubator.metrics
-
A
DoubleUpDownCounterbound to a fixed set ofAttributes, obtained viaExtendedDoubleUpDownCounter.bind(Attributes). - BoundLongCounter - Interface in io.opentelemetry.api.incubator.metrics
-
A
LongCounterbound to a fixed set ofAttributes, obtained viaExtendedLongCounter.bind(Attributes). - BoundLongGauge - Interface in io.opentelemetry.api.incubator.metrics
- BoundLongHistogram - Interface in io.opentelemetry.api.incubator.metrics
-
A
LongHistogrambound to a fixed set ofAttributes, obtained viaExtendedLongHistogram.bind(Attributes). - BoundLongUpDownCounter - Interface in io.opentelemetry.api.incubator.metrics
-
A
LongUpDownCounterbound to a fixed set ofAttributes, obtained viaExtendedLongUpDownCounter.bind(Attributes).
C
- callInSpan() - Method in interface io.opentelemetry.api.incubator.trace.SpanCallable
- ConfigProvider - Interface in io.opentelemetry.api.incubator.config
-
A registry for accessing declarative configuration.
- create(Iterable<String>) - Static method in class io.opentelemetry.api.incubator.propagation.PassThroughPropagator
-
Returns a
TextMapPropagatorwhich will propagate the givenfieldsfrom extraction to injection. - create(String...) - Static method in class io.opentelemetry.api.incubator.propagation.PassThroughPropagator
-
Returns a
TextMapPropagatorwhich will propagate the givenfieldsfrom extraction to injection.
D
- DeclarativeConfigException - Exception Class in io.opentelemetry.api.incubator.config
-
An exception that is thrown when errors occur with declarative configuration.
- DeclarativeConfigException(String) - Constructor for exception class io.opentelemetry.api.incubator.config.DeclarativeConfigException
-
Create a new configuration exception with specified
messageand without a cause. - DeclarativeConfigException(String, Throwable) - Constructor for exception class io.opentelemetry.api.incubator.config.DeclarativeConfigException
-
Create a new configuration exception with specified
messageandcause. - DeclarativeConfigProperties - Interface in io.opentelemetry.api.incubator.config
-
An interface for accessing declarative configuration data.
E
- empty() - Static method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Return an empty
DeclarativeConfigPropertiesinstance. - EnvironmentGetter - Class in io.opentelemetry.api.incubator.propagation
-
A
TextMapGetterthat extracts context from a map carrier containing environment variables. - EnvironmentSetter - Class in io.opentelemetry.api.incubator.propagation
-
A
TextMapSetterthat injects context into a map carrier, intended for use with environment variables when applications spawn child processes. - ExtendedContextPropagators - Class in io.opentelemetry.api.incubator.propagation
-
Utility class to simplify context propagation.
- ExtendedDefaultLoggerProvider - Class in io.opentelemetry.api.incubator.logs
- ExtendedDefaultMeterProvider - Class in io.opentelemetry.api.incubator.metrics
-
A
MeterProviderthat does nothing. - ExtendedDefaultTracerProvider - Class in io.opentelemetry.api.incubator.trace
- ExtendedDoubleCounter - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleCounterwith experimental APIs. - ExtendedDoubleCounterBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleCounterBuilderwith experimental APIs. - ExtendedDoubleGauge - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleGaugewith experimental APIs. - ExtendedDoubleGaugeBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleGaugeBuilderwith experimental APIs. - ExtendedDoubleHistogram - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleHistogramwith experimental APIs. - ExtendedDoubleHistogramBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleHistogramBuilderwith experimental APIs. - ExtendedDoubleUpDownCounter - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleUpDownCounterwith experimental APIs. - ExtendedDoubleUpDownCounterBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleUpDownCounterBuilderwith experimental APIs. - ExtendedLogger - Interface in io.opentelemetry.api.incubator.logs
-
Extended
Loggerwith experimental APIs. - ExtendedLogRecordBuilder - Interface in io.opentelemetry.api.incubator.logs
-
Extended
LogRecordBuilderwith experimental APIs. - ExtendedLongCounter - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
DoubleCounterwith experimental APIs. - ExtendedLongCounterBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongCounterBuilderwith experimental APIs. - ExtendedLongGauge - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongGaugewith experimental APIs. - ExtendedLongGaugeBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongGaugeBuilderwith experimental APIs. - ExtendedLongHistogram - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongHistogramwith experimental APIs. - ExtendedLongHistogramBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongHistogramBuilderwith experimental APIs. - ExtendedLongUpDownCounter - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongUpDownCounterwith experimental APIs. - ExtendedLongUpDownCounterBuilder - Interface in io.opentelemetry.api.incubator.metrics
-
Extended
LongUpDownCounterBuilderwith experimental APIs. - ExtendedOpenTelemetry - Interface in io.opentelemetry.api.incubator
-
Extension to
OpenTelemetrywith experimental APIs. - ExtendedSpanBuilder - Interface in io.opentelemetry.api.incubator.trace
-
Extended
SpanBuilderwith experimental APIs. - ExtendedTracer - Interface in io.opentelemetry.api.incubator.trace
-
Extended
Tracerwith experimental APIs. - extract(Context, C, TextMapGetter<C>) - Method in class io.opentelemetry.api.incubator.propagation.PassThroughPropagator
- extractTextMapPropagationContext(Map<String, String>, ContextPropagators) - Static method in class io.opentelemetry.api.incubator.propagation.ExtendedContextPropagators
-
Extract the context from a string map, which you get from HTTP headers of the metadata of a message you're processing.
F
- fields() - Method in class io.opentelemetry.api.incubator.propagation.PassThroughPropagator
G
- get(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
DeclarativeConfigPropertiesconfiguration property, orDeclarativeConfigProperties.empty()if a property withnamehas not been configured. - get(String) - Method in class io.opentelemetry.api.incubator.trace.ExtendedDefaultTracerProvider
- get(String, String) - Method in class io.opentelemetry.api.incubator.trace.ExtendedDefaultTracerProvider
- get(Map<String, String>, String) - Method in class io.opentelemetry.api.incubator.propagation.EnvironmentGetter
- getBoolean(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Booleanconfiguration property. - getBoolean(String, boolean) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Booleanconfiguration property. - getComponentLoader() - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Return a
ComponentLoaderthat should be used to load SPIs. - getConfigProvider() - Method in interface io.opentelemetry.api.incubator.ExtendedOpenTelemetry
-
Returns the
ConfigProviderfor thisOpenTelemetry. - getDouble(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Doubleconfiguration property. - getDouble(String, double) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Doubleconfiguration property. - getGeneralInstrumentationConfig() - Method in interface io.opentelemetry.api.incubator.config.ConfigProvider
-
Returns the
DeclarativeConfigPropertiesfor general instrumentation configuration. - getGeneralInstrumentationConfig() - Method in interface io.opentelemetry.api.incubator.ExtendedOpenTelemetry
-
Returns the
DeclarativeConfigPropertiesfor general instrumentation configuration. - getInstance() - Static method in class io.opentelemetry.api.incubator.propagation.EnvironmentGetter
-
Returns the singleton instance of
EnvironmentGetter. - getInstance() - Static method in class io.opentelemetry.api.incubator.propagation.EnvironmentSetter
-
Returns the singleton instance of
EnvironmentSetter. - getInstrumentationConfig() - Method in interface io.opentelemetry.api.incubator.config.ConfigProvider
-
Returns the
DeclarativeConfigPropertiescorresponding to instrumentation config, orDeclarativeConfigProperties.empty()if unavailable. - getInstrumentationConfig(String) - Method in interface io.opentelemetry.api.incubator.config.ConfigProvider
-
Returns the
DeclarativeConfigPropertiesfor a specific instrumentation by name. - getInstrumentationConfig(String) - Method in interface io.opentelemetry.api.incubator.ExtendedOpenTelemetry
-
Returns the
DeclarativeConfigPropertiesfor a specific instrumentation by name. - getInstrumentationConfigModel(ConfigProvider, String, ObjectMapper, Class<T>) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Return
.instrumentation.java.<instrumentationName>, after converting it to themodelTypeusing theobjectMapper. - getInt(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Integerconfiguration property. - getInt(String, int) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Integerconfiguration property. - getLong(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Longconfiguration property. - getLong(String, long) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Longconfiguration property. - getNoop() - Static method in class io.opentelemetry.api.incubator.logs.ExtendedDefaultLoggerProvider
- getNoop() - Static method in class io.opentelemetry.api.incubator.metrics.ExtendedDefaultMeterProvider
- getNoop() - Static method in class io.opentelemetry.api.incubator.trace.ExtendedDefaultTracerProvider
- getOrNull(ConfigProvider, Function<DeclarativeConfigProperties, T>, String...) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Walk down the
segmentsofConfigProvider.getInstrumentationConfig()and callaccessoron the terminal node. - getPropertyKeys() - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a set of all configuration property keys.
- getScalarList(String, Class<T>) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Listconfiguration property. - getScalarList(String, Class<T>, List<T>) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Listconfiguration property. - getString(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Stringconfiguration property. - getString(String, String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
Stringconfiguration property. - getStructured(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
DeclarativeConfigPropertiesconfiguration property. - getStructured(String, DeclarativeConfigProperties) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a
DeclarativeConfigPropertiesconfiguration property. - getStructuredList(String) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a list of
DeclarativeConfigPropertiesconfiguration property. - getStructuredList(String, List<DeclarativeConfigProperties>) - Method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Returns a list of
DeclarativeConfigPropertiesconfiguration property. - getTextMapPropagationContext(ContextPropagators) - Static method in class io.opentelemetry.api.incubator.propagation.ExtendedContextPropagators
-
Injects the current context into a string map, which can then be added to HTTP headers or the metadata of a message.
H
- httpClientRequestCapturedHeaders(ConfigProvider) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Return
.instrumentation.general.http.client.request_captured_headers, or null if none is configured. - httpClientResponseCapturedHeaders(ConfigProvider) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Return
.instrumentation.general.http.client.response_captured_headers, or null if none is configured. - httpServerRequestCapturedHeaders(ConfigProvider) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Return
.instrumentation.general.http.server.request_captured_headers, or null if none is configured. - httpServerResponseCapturedHeaders(ConfigProvider) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Return
.instrumentation.general.http.server.response_captured_headers, or null if none is configured.
I
- inject(Context, C, TextMapSetter<C>) - Method in class io.opentelemetry.api.incubator.propagation.PassThroughPropagator
- InstrumentationConfigUtil - Class in io.opentelemetry.api.incubator.config
-
A collection of convenience methods to extract instrumentation config from
ConfigProvider.getInstrumentationConfig(). - io.opentelemetry.api.incubator - package io.opentelemetry.api.incubator
- io.opentelemetry.api.incubator.config - package io.opentelemetry.api.incubator.config
- io.opentelemetry.api.incubator.logs - package io.opentelemetry.api.incubator.logs
- io.opentelemetry.api.incubator.metrics - package io.opentelemetry.api.incubator.metrics
- io.opentelemetry.api.incubator.propagation - package io.opentelemetry.api.incubator.propagation
- io.opentelemetry.api.incubator.trace - package io.opentelemetry.api.incubator.trace
J
- javaInstrumentationConfig(ConfigProvider, String) - Static method in class io.opentelemetry.api.incubator.config.InstrumentationConfigUtil
-
Return
.instrumentation.java.<instrumentationName>, or null if none is configured.
K
- keys(Map<String, String>) - Method in class io.opentelemetry.api.incubator.propagation.EnvironmentGetter
L
- loggerBuilder(String) - Method in class io.opentelemetry.api.incubator.logs.ExtendedDefaultLoggerProvider
- logRecordBuilder() - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogger
M
- meterBuilder(String) - Method in class io.opentelemetry.api.incubator.metrics.ExtendedDefaultMeterProvider
N
- noop() - Static method in interface io.opentelemetry.api.incubator.config.ConfigProvider
-
Returns a no-op
ConfigProvider.
P
- PassThroughPropagator - Class in io.opentelemetry.api.incubator.propagation
-
A
TextMapPropagatorwhich can be configured with a set of fields, which will be extracted and stored inContext.
R
- record(double) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleHistogram
-
Records a value against the bound attributes.
- record(double, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleHistogram
-
Records a value against the bound attributes, with an explicit
Context. - record(long) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongHistogram
-
Records a value against the bound attributes.
- record(long, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongHistogram
-
Records a value against the bound attributes, with an explicit
Context. - runInSpan() - Method in interface io.opentelemetry.api.incubator.trace.SpanRunnable
S
- set(double) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleGauge
-
Records the gauge value against the bound attributes.
- set(double, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundDoubleGauge
-
Records the gauge value against the bound attributes, with an explicit
Context. - set(long) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongGauge
-
Records the gauge value against the bound attributes.
- set(long, Context) - Method in interface io.opentelemetry.api.incubator.metrics.BoundLongGauge
-
Records the gauge value against the bound attributes, with an explicit
Context. - set(Map<String, String>, String, String) - Method in class io.opentelemetry.api.incubator.propagation.EnvironmentSetter
- setAllAttributes(Attributes) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setAllAttributes(Attributes) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setAttribute(AttributeKey<T>, T) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setAttribute(AttributeKey<T>, T) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setAttribute(String, boolean) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setAttribute(String, double) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setAttribute(String, long) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setAttribute(String, String) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleCounterBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this counter.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleGaugeBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this gauge.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleHistogramBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedDoubleUpDownCounterBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this up down counter.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongCounterBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this counter.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongGaugeBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this gauge.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongHistogramBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this histogram.
- setAttributesAdvice(List<AttributeKey<?>>) - Method in interface io.opentelemetry.api.incubator.metrics.ExtendedLongUpDownCounterBuilder
-
Specify the attribute advice, which suggests the recommended set of attribute keys to be used for this up down counter.
- setBody(Value<?>) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setBody(String) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setContext(Context) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setEventName(String) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
-
Sets the event name, which identifies the class / type of the Event.
- setException(Throwable) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setNoParent() - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setObservedTimestamp(long, TimeUnit) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setObservedTimestamp(Instant) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setParent(Context) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setParentFrom(ContextPropagators, Map<String, String>) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
-
Extract a span context from the given carrier and set it as parent of the span for
ExtendedSpanBuilder.startAndCall(SpanCallable)andExtendedSpanBuilder.startAndRun(SpanRunnable). - setSeverity(Severity) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setSeverityText(String) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setSpanKind(SpanKind) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setStartTimestamp(long, TimeUnit) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setStartTimestamp(Instant) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
- setTimestamp(long, TimeUnit) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- setTimestamp(Instant) - Method in interface io.opentelemetry.api.incubator.logs.ExtendedLogRecordBuilder
- spanBuilder(String) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedTracer
- SpanCallable<T,
E> - Interface in io.opentelemetry.api.incubator.trace -
An interface for creating a lambda that is wrapped in a span, returns a value, and that may throw.
- SpanRunnable<E> - Interface in io.opentelemetry.api.incubator.trace
-
An interface for creating a lambda that is wrapped in a span and that may throw.
- startAndCall(SpanCallable<T, E>) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
-
Runs the given
SpanCallableinside of the span created by the givenSpanBuilder. - startAndCall(SpanCallable<T, E>, BiConsumer<Span, Throwable>) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
-
Runs the given
SpanCallableinside of the span created by the givenSpanBuilder. - startAndRun(SpanRunnable<E>) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
-
Runs the given
SpanRunnableinside of the span created by the givenSpanBuilder. - startAndRun(SpanRunnable<E>, BiConsumer<Span, Throwable>) - Method in interface io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
-
Runs the given
SpanRunnableinside of the span created by the givenSpanBuilder.
T
- toMap(DeclarativeConfigProperties) - Static method in interface io.opentelemetry.api.incubator.config.DeclarativeConfigProperties
-
Return a map representation of the
declarativeConfigProperties. - toString() - Method in class io.opentelemetry.api.incubator.propagation.EnvironmentGetter
- toString() - Method in class io.opentelemetry.api.incubator.propagation.EnvironmentSetter
- toString() - Method in class io.opentelemetry.api.incubator.propagation.PassThroughPropagator
- tracerBuilder(String) - Method in class io.opentelemetry.api.incubator.trace.ExtendedDefaultTracerProvider
All Classes and Interfaces|All Packages|Serialized Form