Indicators
sessionBaseline
Session Baseline (today baseline streaming)
sessionBaseline (all)
Session Baseline (today baseline streaming)
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
| id | string | - | Optional unique identifier |
| intervalMinutes | number | 5 | Bucket size in minutes |
| windowBuckets | number | 12 | Rolling window buckets for today baseline |
| useRecentBuckets | boolean | true | Use rolling window instead of full-day buckets |
| plot | boolean | - | Whether to plot today baseline p50 |
| plotName | string | - | Plot series base name |
| plotWidth | number | - | Plot line width |
SQL example
TICK sessionBaseline WITH intervalMinutes=5 windowBuckets=12 plot=true