rate
Class: sugar · Streaming: accumulating
Event count per time bucket.
Signature
| rate [per=<duration>] [by=<field_list>]
Options
| Name | Type | Default | Description |
|---|---|---|---|
per | duration | 1m | - |
by | field_list | - | - |
Desugars To
every <per> [by <keys>] stats count() as rate
Examples
rate per 5m by service
Generated from the LynxFlow registry. See RFC-002 for the full language specification.