Interface Gauge

  • All Superinterfaces:
    Metric

    public interface Gauge
    extends Metric
    Gauges record a value that may go up or down.
    • Method Detail

      • recordValue

        void recordValue​(double value)
        Records the latest fixed value for the gauge.
        Parameters:
        value - new reading of the gauge
      • recordDelta

        void recordDelta​(double delta)
        Records a change in the value of the gauge.
        Parameters:
        delta - change in the value of the gauge