Interface PrefixMetricReader

    • Method Detail

      • findAll

        Iterable<Metric<?>> findAll​(String prefix)
        Find all metrics whose name starts with the given prefix.
        Parameters:
        prefix - the prefix for metric names
        Returns:
        all metrics with names starting with the prefix