Package io.opentelemetry.sdk.autoconfigure.spi.internal
-
Interface Summary Interface Description AutoConfigureListener Interface to be extended by SPIs that require access to the autoconfiguredOpenTelemetrySdk
instance.ComponentProvider<T> Provides configured instances of SDK extension components.ConditionalResourceProvider A resource provider that is only applied if theConditionalResourceProvider.shouldApply(ConfigProperties, Resource)
method returnstrue
.ConfigurableMetricReaderProvider A service provider interface (SPI) for providing additional metric readers that can be used with the autoconfigured SDK.StructuredConfigProperties An interface for accessing structured configuration data. -
Class Summary Class Description DefaultConfigProperties Properties are normalized to The properties for both of these will be normalized to be all lower case, dashses are replaces with periods, and environment variable underscores are replaces with periods.EmptyStructuredConfigProperties Empty instance ofStructuredConfigProperties
.