stat-count

Input Stack:
 
Output Stack:
TimeSeriesExpr

Represents the count,: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 count value is greater than 50:

BeforeAfter
name,sps,:eq,
(,nf.cluster,),:by
name,sps,:eq,
(,nf.cluster,),:by,
:stat-count,
50,:gt,
:filter