java.lang.Object
io.opentelemetry.sdk.extension.incubator.metric.viewconfig.ViewConfigCustomizer
All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizerProvider, io.opentelemetry.sdk.autoconfigure.spi.Ordered

@Deprecated public final class ViewConfigCustomizer extends Object implements io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizerProvider
Deprecated.
this mechanism is superseded by declarative config, which is now stable (spec and schema at opentelemetry-configuration) and will be removed after the 1.62.0 release. Please uses DeclarativeConfiguration.parseAndCreate(InputStream) instead.
SPI implementation for loading view configuration YAML.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer autoConfiguration)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    order
  • Constructor Details

    • ViewConfigCustomizer

      public ViewConfigCustomizer()
      Deprecated.
  • Method Details

    • customize

      public void customize(io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer autoConfiguration)
      Deprecated.
      Specified by:
      customize in interface io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizerProvider