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

io.smallrye.faulttolerance.metrics.MetricsIntegration Maven / Gradle / Ivy

There is a newer version: 6.4.0
Show newest version
package io.smallrye.faulttolerance.metrics;

public enum MetricsIntegration {

    /**
     * Metrics integration using {@link MicroProfileMetricsProvider}.
     */
    MICROPROFILE_METRICS,
    /**
     * Metrics integration using {@link MicrometerProvider}.
     */
    MICROMETER,
    /**
     * Metrics will be disabled using {@link NoopProvider}.
     */
    NOOP,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy