Description |
Summarizes the data on a given aggregation function into interval buckets of a certain size. Specifying 'Avg’ as the aggregation function will return the mean for each bucket, which is useful when the value is a gauge that represents a certain value in time. Specifying 'Sum' as the aggregation function, the contents of each interval bucket is summed together. This is useful for counters where each increment represents a discrete event and retrieving a “per X” value requires summing all the events in that interval. |
|
Input |
Time series – multiple (Multiple time series) |
|
Parameters |
Bucket interval size |
The Aggregation interval |
|
Aggregation |
Summarize aggregation function |
|
Align to time zone |
Align aggregation buckets to time zone |
Output |
Transformed time series - multiple |
|
Available in |
Dashboards |