public interface MetricsQuery
Modifier and Type | Method and Description |
---|---|
MetricsQuery |
endDate(Date endTime)
Restrict to data collected before the given date
|
MetricsQuery |
name(String name) |
MetricsQuery |
startDate(Date startTime)
Restrict to data collected after the given date
|
long |
sum() |
MetricsQuery name(String name)
name
- The name of the metrics to query forin {@link Metrics} for a list of names which can be used here.
MetricsQuery startDate(Date startTime)
MetricsQuery endDate(Date endTime)
long sum()
Copyright © 2018. All rights reserved.