Class TimeSeriesAggregate

All Implemented Interfaces:
NamedWriteable, Writeable, PostAnalysisVerificationAware, TelemetryAware, Resolvable, ExecutesOn, ExecutesOn.Coordinator, PipelineBreaker, SortAgnostic

public class TimeSeriesAggregate extends Aggregate
An extension of Aggregate to perform time-series aggregation per time-series, such as rate or _over_time. The grouping must be `_tsid` and `tbucket` or just `_tsid`.