Reference to the ongoing() function
Summary
ongoing(<eventsExpression>)
Returns a continuous time series that represents the number of ongoing events at any given moment in the chart’s time window.
Parameters
Parameter | Description |
---|---|
eventExpression | Expression that describes the events to be considered. |
Description
The ongoing()
events conversion function returns a time series that represents the number of ongoing events at each moment in time in the chart’s time window.
An event is counted as ongoing at a given moment in time if it is in an Ongoing state:
- The event has no end time defined for it.
- The event has a defined end time, but has not yet reached it.
The returned time series is continuous, which means a count of currently active events is reported every second.