Constructor and Description |
---|
MovingMedian(Metric metric,
java.lang.String duration)
Generator for movingMedian function for graphite. movingMedian accepts metrics and
time interval and returns median values from specified time interval to current moment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asString()
Returns string representation of a metric.
|
public MovingMedian(Metric metric, java.lang.String duration)
Generator for movingMedian function for graphite. movingMedian accepts metrics and time interval and returns median values from specified time interval to current moment.