You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
burn summary and burn compare accept --bucket <DURATION> to emit a per-bucket time-series across the --since window instead of a single total ({ "bucketSeconds": N, "buckets": [...] } in JSON). Bucket units: 30s / 5m / 1h / 12h / 1d / 7d — note m is minutes here, unlike --since where m is months. summary --bucket supports only the default grouped (byModel / --by-provider) modes; hotspots / overhead are unchanged.
Package Changelogs
relayburn
Added --bucket <DURATION> to burn summary and burn compare for a per-bucket time-series across the --since window ({ bucketSeconds, buckets: [...] } in --json). Grammar: 30s/5m(minutes)/1h/12h/1d/7d.