Interface RichGaugeReader

    • Method Detail

      • findOne

        RichGauge findOne​(String name)
        Find a single instance of a rich gauge by name.
        Parameters:
        name - the name of the gauge
        Returns:
        a rich gauge value
      • findAll

        Iterable<RichGaugefindAll()
        Find all instances of rich gauge known to this reader.
        Returns:
        all instances known to this reader
      • count

        long count()
        Return the number of gauge values available.
        Returns:
        the number of values