Skip to main content
Early access 1.6.0 This function combines multiple gauge aggregates into one. This can be used to combine aggregates from adjacent intervals into one larger interval, such as rolling daily aggregates into a weekly or monthly aggregate.

Arguments

The syntax is:
rollup(
    cs CounterSummary
) RETURNS CounterSummary
NameTypeDefaultRequiredDescription
csGaugeSummary-A gauge aggregate created using gauge_agg

Returns

ColumnTypeDescription
counter_aggCounterSummaryA new counter aggregate created by combining the input counter aggregates