stat-last

Input Stack:
 
Output Stack:
TimeSeriesExpr

Represents the last,:stat of the input time series when used with the filter operation. The filter operator will automatically fill in the input when used so the user does not need to repeat the input expression for the filtering criteria.

Example of restricting to lines where the last value is greater than 5k and less than 20k:

BeforeAfter
name,sps,:eq,
(,nf.cluster,),:by
name,sps,:eq,
(,nf.cluster,),:by,
:stat-last,
5e3,:gt,
:stat-last,
20e3,:lt,
:and,
:filter