Add upload/download ratio and period transfer panels to Transmission dashboard #6

Merged
eblume merged 1 commit from feature/transmission-ratio-panels into main 2026-01-14 18:08:40 -08:00

1 commit

Author SHA1 Message Date
1e9b7c3bd5 Add upload/download ratio and period transfer panels to Transmission dashboard
Adds three new stat panels that calculate metrics over the selected time range:
- Upload/Download Ratio with color thresholds (red < 0.5, yellow < 1, green >= 1)
- Downloaded (Period) showing bytes downloaded in selected range
- Uploaded (Period) showing bytes uploaded in selected range

Uses PromQL increase() on existing counter metrics - no new metrics needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 18:03:17 -08:00