Class GaugeBuilder<T>
java.lang.Object
io.quarkus.micrometer.runtime.meters.GaugeBuilder<T>
-
Constructor Summary
ConstructorsConstructorDescriptionGaugeBuilder(String name, ConcurrentMap<io.micrometer.core.instrument.Meter.Id, T> map, Supplier<T> factory, ToDoubleFunction<T> func) -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) register(io.micrometer.core.instrument.MeterRegistry registry)
-
Constructor Details
-
GaugeBuilder
GaugeBuilder(String name, ConcurrentMap<io.micrometer.core.instrument.Meter.Id, T> map, Supplier<T> factory, ToDoubleFunction<T> func)
-
-
Method Details
-
description
-
tags
-
tag
-
register
-
register
-