Skip to content

Warning

Deprecated: use :stat instead.

Input Stack:
expr: TimeSeriesExpr
Output Stack:
TimeSeriesExpr

Compute the average value statistic for a time series. This is a deprecated convenience operator that is equivalent to avg,:stat.

Parameters

  • expr: The time series expression to compute the average statistic for

Examples

BeforeAfter
name,sps,:eq,
:sum
name,sps,:eq,
:sum,
:stat-avg-mf

Equivalent Expression

```

These expressions are equivalent:

name,cpu,:eq,:sum,:stat-avg-mf name,cpu,:eq,:sum,avg,:stat ```

  • :stat - Recommended replacement