fix(monitoring): align domain activity metrics with id-keyed route data

This commit is contained in:
2026-04-14 09:33:41 +00:00
parent 20ea0ce683
commit 58fbc2b1e4
8 changed files with 157 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '13.17.8',
version: '13.17.9',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}

View File

@@ -374,7 +374,7 @@ export class OpsViewNetworkActivity extends DeesElement {
type: 'number',
icon: 'lucide:Plug',
color: activeConnections > 100 ? '#f59e0b' : '#22c55e',
description: `Total: ${this.networkState.requestsTotal || this.statsState.serverStats?.totalConnections || 0}`,
description: `Total: ${this.formatNumber(this.statsState.serverStats?.totalConnections || 0)} connections`,
actions: [
{
name: 'View Details',