Interface GaugeDouble

  • All Superinterfaces:
    Metric

    public interface GaugeDouble
    extends Metric
    Setting GaugeDouble metric.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GaugeDouble NONE
      Empty no-op gauge.
    • Field Detail

      • NONE

        static final GaugeDouble NONE
        Empty no-op gauge.
    • Method Detail

      • set

        void set​(double value)
        Set the gauge value
        Parameters:
        value - to set the gauge to.