public interface NumericMetric
| Modifier and Type | Method and Description |
|---|---|
Double |
getAvg() |
String |
getBucket()
Returns the identifier that defines a time interval such as 1 minute, 5 minutes, 1 hour,
1 day, etc.
|
String |
getId() |
Double |
getMax() |
Double |
getMin() |
long |
getTimestamp()
For aggregate Metrics, returns the beginning of the bucket, whereas for raw metrics, returns
time when the data point was collected
|
String getBucket()
NumericMetric were computed.
Another possible names for bucket are roll-up or time window.
"raw" is a special value meaning that this NumericMetric stores a raw instant
data rather than data aggregated over a time window.
String getId()
Double getMin()
Double getMax()
Double getAvg()
long getTimestamp()
Copyright © 2014 Red Hat, Inc.. All rights reserved.