Rolling Sum

Description

Calculate the rolling sum of values across provided attributes.

Example

time window:
  emitting type: slidingRollingSum
    window fucntions:
    rolling volume:
      function:
        rolling sum: {}
      attributes: [ volume ]
  policy:
    type: slidingTime
    slide: 500
    window size: 2500

Output attributes

Event output attributes from the above example.

  • volume_ROLLING_SUM

Postfix ID

Applied to attribute

  • ROLLING_SUM

Last updated