Uses of Interface
io.quarkus.micrometer.runtime.binder.mpmetrics.AnnotatedGaugeAdapter
-
Packages that use AnnotatedGaugeAdapter Package Description io.quarkus.micrometer.runtime.binder.mpmetrics -
-
Uses of AnnotatedGaugeAdapter in io.quarkus.micrometer.runtime.binder.mpmetrics
Classes in io.quarkus.micrometer.runtime.binder.mpmetrics that implement AnnotatedGaugeAdapter Modifier and Type Class Description static classAnnotatedGaugeAdapter.GaugeAdapterImplGeneric base instance of an AnnotatedGaugeAdapter.Fields in io.quarkus.micrometer.runtime.binder.mpmetrics with type parameters of type AnnotatedGaugeAdapter Modifier and Type Field Description (package private) jakarta.enterprise.inject.Instance<AnnotatedGaugeAdapter>MpMetricsBinder. allGaugeAdaptersMethods in io.quarkus.micrometer.runtime.binder.mpmetrics that return AnnotatedGaugeAdapter Modifier and Type Method Description AnnotatedGaugeAdapterAnnotatedGaugeAdapter. register(MetricDescriptor id, io.micrometer.core.instrument.MeterRegistry registry)Called by MpRegistryAdapter to register the gaugeMethods in io.quarkus.micrometer.runtime.binder.mpmetrics with parameters of type AnnotatedGaugeAdapter Modifier and Type Method Description (package private) voidMetricRegistryAdapter. bindAnnotatedGauge(AnnotatedGaugeAdapter adapter)booleanMpMetadata. mergeSameType(AnnotatedGaugeAdapter annotation)Constructors in io.quarkus.micrometer.runtime.binder.mpmetrics with parameters of type AnnotatedGaugeAdapter Constructor Description MetricDescriptor(AnnotatedGaugeAdapter adapter)Constructor parameters in io.quarkus.micrometer.runtime.binder.mpmetrics with type arguments of type AnnotatedGaugeAdapter Constructor Description MpMetricsBinder(MetricRegistryAdapter registry, jakarta.enterprise.inject.Instance<AnnotatedGaugeAdapter> allGaugeAdapters)
-