id: version-0.68.0-org.apache.streampipes.processors.aggregation.flink.rate title: Event Rate sidebar_label: Event Rate original_id: org.apache.streampipes.processors.aggregation.flink.rate


Description

Computes the current event rate. Output is a number representing events per second.


Required input

The event rate processor works with any stream and does not have any specific requirements.


Configuration

Time Baseline

Specifies the size of the window used used for calculating the rate in seconds. This parameters also determines the output rate.

Output

{
  'rate': 0.8
}