io.quarkus.micrometer.runtime.binder.mpmetrics.MeterHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-micrometer Show documentation
Show all versions of quarkus-micrometer Show documentation
Instrument the runtime and your application with dimensional metrics using Micrometer.
package io.quarkus.micrometer.runtime.binder.mpmetrics;
import org.eclipse.microprofile.metrics.Metric;
import org.eclipse.microprofile.metrics.MetricType;
import io.micrometer.core.instrument.Meter;
interface MeterHolder extends Metric {
Meter getMeter();
MetricType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy