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 <T extends Number>
MultiGauge.Row<Supplier<T>> static <T> MultiGauge.Row<T> of(Tags uniqueTags, T obj, ToDoubleFunction<T> valueFunction)
-
Method Details
-
of
-
of
-
of
public static <T extends Number> MultiGauge.Row<Supplier<T>> of(Tags uniqueTags, Supplier<T> valueFunction)
-