@Experimental(value=METRICS) public interface MetricQueryResults
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<MetricResult<java.lang.Long>> |
counters()
Return the metric results for the counters that matched the filter.
|
java.lang.Iterable<MetricResult<DistributionResult>> |
distributions()
Return the metric results for the distributions that matched the filter.
|
java.lang.Iterable<MetricResult<GaugeResult>> |
gauges()
Return the metric results for the gauges that matched the filter.
|
java.lang.Iterable<MetricResult<java.lang.Long>> counters()
java.lang.Iterable<MetricResult<DistributionResult>> distributions()
java.lang.Iterable<MetricResult<GaugeResult>> gauges()