Interface GaugeStats<T>

All Superinterfaces:
Stats
All Known Implementing Classes:
SimpleStats

@ProviderType public interface GaugeStats<T> extends Stats
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the metric's current value.
  • Method Details

    • getValue

      T getValue()
      Returns the metric's current value.
      Returns:
      the metric's current value