接口 RichGaugeReader

    • 方法详细资料

      • findOne

        RichGauge findOne​(String name)
        Find a single instance of a rich gauge by name.
        参数:
        name - the name of the gauge
        返回:
        a rich gauge value
      • findAll

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

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