Class MultiGauge.Row<T>

java.lang.Object
io.micrometer.core.instrument.MultiGauge.Row<T>
Enclosing class:
MultiGauge

public static class MultiGauge.Row<T>
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static MultiGauge.Row<java.lang.Number> of​(Tags uniqueTags, java.lang.Number number)  
    static MultiGauge.Row<java.util.function.Supplier<java.lang.Number>> of​(Tags uniqueTags, java.util.function.Supplier<java.lang.Number> valueFunction)  
    static <T> MultiGauge.Row<T> of​(Tags uniqueTags, T obj, java.util.function.ToDoubleFunction<T> valueFunction)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      public static <T> MultiGauge.Row<T> of​(Tags uniqueTags, T obj, java.util.function.ToDoubleFunction<T> valueFunction)
    • of

      public static MultiGauge.Row<java.lang.Number> of​(Tags uniqueTags, java.lang.Number number)
    • of

      public static MultiGauge.Row<java.util.function.Supplier<java.lang.Number>> of​(Tags uniqueTags, java.util.function.Supplier<java.lang.Number> valueFunction)