Primitives
sessionVolu
Session Volu (streaming)
sessionVolu (all)
Session Volu (streaming)
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
| intervalSeconds | number | 300 | Bucket size in seconds |
| lookBackSeconds | number | 3600 | Recent lookback in seconds |
| useRecent | boolean | true | Compare against recent buckets only |
| plot | boolean | true | Plot streaming value |
| plotName | string | - | Plot series name |
| plotWidth | number | 1 | Plot line width |
| plotPadding | number | 0 | Padding applied to plotted value |
SQL example
TICK sessionVolu WITH intervalSeconds=300 lookBackSeconds=3600 useRecent=true