Class DeltaOnlyHistogramMergeOverTime

All Implemented Interfaces:
NamedWriteable, Writeable, PostAnalysisPlanVerificationAware, TransportVersionAware, Resolvable, OptionalArgument, TemporalityAware, ToAggregator

public class DeltaOnlyHistogramMergeOverTime extends TimeSeriesAggregateFunction implements OptionalArgument, ToAggregator, TemporalityAware, TransportVersionAware
Time series variant of HistogramMerge. In addition to merging histograms, this implementation also loads the temporality and ignores cumulative histograms (with a warning).

For backwards compatibility, the intermediate state produced by this aggregation is compatible with HistogramMerge: In previous versions, we used HistogramMerge directly as per-timeseries aggregation.