Interface DeclarativeConfigurationCustomizerProvider

All Superinterfaces:
io.opentelemetry.sdk.autoconfigure.spi.Ordered

public interface DeclarativeConfigurationCustomizerProvider extends io.opentelemetry.sdk.autoconfigure.spi.Ordered
A service provider interface (SPI) for customizing declarative configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method invoked when configuring the SDK to allow further customization of the declarative configuration.

    Methods inherited from interface io.opentelemetry.sdk.autoconfigure.spi.Ordered

    order
  • Method Details

    • customize

      void customize(DeclarativeConfigurationCustomizer customizer)
      Method invoked when configuring the SDK to allow further customization of the declarative configuration.
      Parameters:
      customizer - the customizer to add