Class GenericMeterRegistryConfigurer

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class GenericMeterRegistryConfigurer
    extends AbstractMeterRegistryConfigurer
    Attach all the given MeterBinder to the registry.
    Author:
    poirigui
    • Constructor Detail

      • GenericMeterRegistryConfigurer

        public GenericMeterRegistryConfigurer​(io.micrometer.core.instrument.MeterRegistry registry,
                                              List<io.micrometer.core.instrument.binder.MeterBinder> meterBinders)