Class ObservationRegistryPostProcessor

java.lang.Object
org.apache.dubbo.spring.boot.autoconfigure.observability.ObservationRegistryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class ObservationRegistryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
registry observationHandlers to observationConfig
  • Constructor Summary

    Constructors
    Constructor
    Description
    ObservationRegistryPostProcessor(org.springframework.beans.factory.ObjectProvider<org.apache.dubbo.spring.boot.autoconfigure.observability.ObservationHandlerGrouping> observationHandlerGrouping, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationHandler<?>> observationHandlers)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor

    postProcessBeforeInitialization
  • Constructor Details

    • ObservationRegistryPostProcessor

      public ObservationRegistryPostProcessor(org.springframework.beans.factory.ObjectProvider<org.apache.dubbo.spring.boot.autoconfigure.observability.ObservationHandlerGrouping> observationHandlerGrouping, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationHandler<?>> observationHandlers)
  • Method Details

    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException