Interface SdkTracerProviderConfigurer
-
public interface SdkTracerProviderConfigurerA service provider interface (SPI) for performing additional programmatic configuration of aSdkTracerProviderBuilderduring 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 Modifier and Type Method Description voidconfigure(io.opentelemetry.sdk.trace.SdkTracerProviderBuilder tracerProviderBuilder)Configures theSdkTracerProviderBuilder.
-