Uses of Interface
io.quarkus.micrometer.runtime.binder.mpmetrics.MeterHolder
-
Packages that use MeterHolder Package Description io.quarkus.micrometer.runtime.binder.mpmetrics -
-
Uses of MeterHolder in io.quarkus.micrometer.runtime.binder.mpmetrics
Subinterfaces of MeterHolder in io.quarkus.micrometer.runtime.binder.mpmetrics Modifier and Type Interface Description interfaceAnnotatedGaugeAdapter(package private) interfaceGaugeAdapter<T>Classes in io.quarkus.micrometer.runtime.binder.mpmetrics that implement MeterHolder Modifier and Type Class Description static classAnnotatedGaugeAdapter.GaugeAdapterImplGeneric base instance of an AnnotatedGaugeAdapter.(package private) classConcurrentGaugeImplclassCounterAdapterstatic classGaugeAdapter.DoubleFunctionGauge<S>static classGaugeAdapter.FunctionGauge<S,R extends Number>static classGaugeAdapter.NumberSupplierGauge<T extends Number>classHistogramAdapterclassMeterAdapterclassTimerAdapterFields in io.quarkus.micrometer.runtime.binder.mpmetrics with type parameters of type MeterHolder Modifier and Type Field Description (package private) Map<MetricDescriptor,MeterHolder>MetricRegistryAdapter. constructedMetersMethods in io.quarkus.micrometer.runtime.binder.mpmetrics with parameters of type MeterHolder Modifier and Type Method Description (package private) <T> TMetricRegistryAdapter. checkCast(Class<T> type, MpMetadata metadata, MeterHolder o)
-