fix(monitoring): stop allocating route metrics to domains when no request data exists

This commit is contained in:
2026-04-13 19:15:46 +00:00
parent 835537f789
commit cdc77305e5
4 changed files with 9 additions and 16 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-13 - 13.17.1 - fix(monitoring)
stop allocating route metrics to domains when no request data exists
- Removes the equal-split fallback for shared routes in MetricsManager.
- Sets the proportional share to zero when a route has no recorded requests, avoiding inflated per-domain connection and throughput totals.
## 2026-04-13 - 13.17.0 - feat(monitoring,network-ui,routes)
add request-based domain activity metrics and split routes into user and system views