@ParametersAreNonnullByDefault
Package io.opentelemetry.sdk.autoconfigure.spi
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.
-
Interface Summary Interface Description AutoConfigurationCustomizer A builder for customizing OpenTelemetry auto-configuration.AutoConfigurationCustomizerProvider A service provider interface (SPI) for customizing auto-configuration.ConfigProperties Properties used for auto-configuration of the OpenTelemetry SDK components.ConfigurablePropagatorProvider A service provider interface (SPI) for providing additional propagators that can be used with the autoconfigured SDK.Ordered Interface to be extended by SPIs that need to guarantee ordering during loading.ResourceProvider A service provider interface (SPI) for providing aResource
that is merged into the default resource. -
Exception Summary Exception Description ConfigurationException An exception that is thrown if the user-provided configuration is invalid.