Interface DeclarativeConfigurationProvider


public interface DeclarativeConfigurationProvider
A service provider interface (SPI) for providing a declarative configuration model.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.opentelemetry.sdk.extension.incubator.fileconfig.internal.model.OpenTelemetryConfigurationModel
    Returns an OpenTelemetry configuration model to be used when configuring the SDK, or null if no configuration is provided by this provider.
  • Method Details

    • getConfigurationModel

      @Nullable io.opentelemetry.sdk.extension.incubator.fileconfig.internal.model.OpenTelemetryConfigurationModel getConfigurationModel()
      Returns an OpenTelemetry configuration model to be used when configuring the SDK, or null if no configuration is provided by this provider.