C G I O S
All Classes All Packages
All Classes All Packages
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.propagatorsproperty to enable it. - getPropagator() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-
Returns a
TextMapPropagatorthat can be registered to OpenTelemetry by providing the property value specified byConfigurablePropagatorProvider.getName().
I
- initialize() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
-
Returns an
OpenTelemetrySdkautomatically 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
SdkTracerProviderBuilderduring initialization.
All Classes All Packages