Package io.micrometer.core.instrument
Class MultiGauge.Row<T>
java.lang.Object
io.micrometer.core.instrument.MultiGauge.Row<T>
- Enclosing class:
MultiGauge
-
Method Summary
Modifier and TypeMethodDescriptionstatic MultiGauge.Row
<Number> static MultiGauge.Row
<Supplier<Number>> static <T> MultiGauge.Row
<T> of
(Tags uniqueTags, T obj, ToDoubleFunction<T> valueFunction)
-
Method Details
-
of
-
of
-
of
-