public interface MetricReader
Metrics.| Modifier and Type | Method and Description |
|---|---|
long |
count()
The number of metrics known to this reader.
|
Iterable<Metric<?>> |
findAll()
Find all the metrics known to this reader.
|
Metric<?> |
findOne(String metricName)
Find an instance of the metric with the given name (usually the latest recorded
value).
|
Metric<?> findOne(String metricName)
metricName - the name of the metric to findIterable<Metric<?>> findAll()
long count()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.