C G I O S 
All Classes All Packages

C

ConfigurablePropagatorProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi
A service provider interface (SPI) for providing additional propagators that can be used with the autoconfigured SDK.
ConfigurationException - Exception in io.opentelemetry.sdk.autoconfigure
An exception that is thrown if the user-provided configuration is invalid.
configure(SdkTracerProviderBuilder) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.SdkTracerProviderConfigurer
Configures the SdkTracerProviderBuilder.

G

getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
Returns the name of this propagator, which can be specified with the otel.propagators property to enable it.
getPropagator() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
Returns a TextMapPropagator that can be registered to OpenTelemetry by providing the property value specified by ConfigurablePropagatorProvider.getName().

I

initialize() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
Returns an OpenTelemetrySdk automatically initialized through recognized system properties and environment variables.
io.opentelemetry.sdk.autoconfigure - package io.opentelemetry.sdk.autoconfigure
 
io.opentelemetry.sdk.autoconfigure.spi - package io.opentelemetry.sdk.autoconfigure.spi
 

O

OpenTelemetrySdkAutoConfiguration - Class in io.opentelemetry.sdk.autoconfigure
Auto-configuration for the OpenTelemetry SDK.

S

SdkTracerProviderConfigurer - Interface in io.opentelemetry.sdk.autoconfigure.spi
A service provider interface (SPI) for performing additional programmatic configuration of a SdkTracerProviderBuilder during initialization.
C G I O S 
All Classes All Packages