Skip to content

Warning

Deprecated: use :stat instead.

Input Stack:
expr: TimeSeriesExpr
Output Stack:
TimeSeriesExpr

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

Parameters

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

Examples

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

Equivalent Expression

```

These expressions are equivalent:

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

  • :stat - Recommended replacement