eventstats
Class: core · Streaming: accumulating
Aggregates appended to every row without collapsing.
Signature
| eventstats <aggs> [by=<field_list>]
Positional Arguments
| Name | Type | Required | Description |
|---|---|---|---|
aggs | agg_list | Yes | - |
Options
| Name | Type | Default | Description |
|---|---|---|---|
by | field_list | - | - |
Examples
eventstats avg(duration_ms) as global_avg
Generated from the LynxFlow registry. See RFC-002 for the full language specification.