Uses of Interface
io.quarkus.micrometer.runtime.binder.mpmetrics.AnnotatedGaugeAdapter
Packages that use AnnotatedGaugeAdapter
-
Uses of AnnotatedGaugeAdapter in io.quarkus.micrometer.runtime.binder.mpmetrics
Classes in io.quarkus.micrometer.runtime.binder.mpmetrics that implement AnnotatedGaugeAdapterModifier and TypeClassDescriptionstatic classGeneric base instance of an AnnotatedGaugeAdapter.Fields in io.quarkus.micrometer.runtime.binder.mpmetrics with type parameters of type AnnotatedGaugeAdapterModifier and TypeFieldDescription(package private) final jakarta.enterprise.inject.Instance<AnnotatedGaugeAdapter> MpMetricsBinder.allGaugeAdaptersMethods in io.quarkus.micrometer.runtime.binder.mpmetrics that return AnnotatedGaugeAdapterModifier and TypeMethodDescriptionAnnotatedGaugeAdapter.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 AnnotatedGaugeAdapterModifier and TypeMethodDescription(package private) voidMetricRegistryAdapter.bindAnnotatedGauge(AnnotatedGaugeAdapter adapter) booleanMpMetadata.mergeSameType(AnnotatedGaugeAdapter annotation) Constructors in io.quarkus.micrometer.runtime.binder.mpmetrics with parameters of type AnnotatedGaugeAdapterConstructor parameters in io.quarkus.micrometer.runtime.binder.mpmetrics with type arguments of type AnnotatedGaugeAdapterModifierConstructorDescription(package private)MpMetricsBinder(MetricRegistryAdapter registry, jakarta.enterprise.inject.Instance<AnnotatedGaugeAdapter> allGaugeAdapters)