stat-total

Input Stack:
 
Output Stack:
TimeSeriesExpr

Represents the total,: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 sum of all data points for the line is greater than 1M and less than 4M:

BeforeAfter
name,sps,:eq,
(,nf.cluster,),:by
name,sps,:eq,
(,nf.cluster,),:by,
:stat-total,
1e6,:gt,
:stat-total,
4e6,:lt,
:and,
:filter