Interface SdkTracerProviderConfigurer
-
@Deprecated public interface SdkTracerProviderConfigurer
Deprecated.A service provider interface (SPI) for performing additional programmatic configuration of aSdkTracerProviderBuilder
during initialization. When using auto-configuration, you should prefer to use system properties or environment variables for configuration, but this may be useful to register components that are not part of the SDK such as custom exporters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
configure(SdkTracerProviderBuilder tracerProviderBuilder, ConfigProperties config)
Deprecated.Configures theSdkTracerProviderBuilder
.
-
-
-
Method Detail
-
configure
void configure(SdkTracerProviderBuilder tracerProviderBuilder, ConfigProperties config)
Deprecated.Configures theSdkTracerProviderBuilder
.
-
-