Interface Gauge

  • All Superinterfaces:
    Metric, java.io.Serializable

    @Experimental(METRICS)
    public interface Gauge
    extends Metric
    A metric that reports the latest value out of reported values.

    Since metrics are collected from many workers the value may not be the absolute last, but one of the latest values.

    • Method Detail

      • set

        void set​(long value)
        Set current value for this gauge.