Class DropwizardTypes.DescribableGauge<T>

    • Method Detail

      • getValue

        public Double getValue()
        Specified by:
        getValue in interface com.codahale.metrics.Gauge<T>
      • value

        public double value()
        Description copied from interface: Gauge
        Returns the current value. The act of observing the value by calling this method triggers sampling of the underlying number or user-defined function that defines the value for the gauge.
        Specified by:
        value in interface Gauge