Class GaugeSupplier<T>
java.lang.Object
io.quarkus.micrometer.runtime.meters.GaugeSupplier<T>
-
Constructor Summary
ConstructorsConstructorDescriptionGaugeSupplier(ConcurrentMap<io.micrometer.core.instrument.Meter.Id, T> map, ToDoubleFunction<T> func) -
Method Summary
-
Constructor Details
-
GaugeSupplier
GaugeSupplier(ConcurrentMap<io.micrometer.core.instrument.Meter.Id, T> map, ToDoubleFunction<T> func)
-
-
Method Details