All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alpine.common.metrics.MeterRegistryCustomizer Maven / Gradle / Ivy

The newest version!
package alpine.common.metrics;

import io.micrometer.core.instrument.MeterRegistry;

import java.util.function.Consumer;

/**
 * A customizer for Micrometer {@link MeterRegistry}.
 * 

* Customizers must be deployed as service providers in order to be discoverable. * Refer to the {@link java.util.ServiceLoader} documentation for details. * * @since 2.3.0 */ @FunctionalInterface public interface MeterRegistryCustomizer extends Consumer { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy