public class GroupByNodes implements Metric
Takes one metric followed by aggregation functions and list of nodes' numbers.
Renders multiple series which are each the result of applying passed aggregation functions to groups joined on the nodes’ list (zero indexed).
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asString()
Returns string representation of a metric.
|