From 2561ba593bad3d527506a6a0f654452f3f099840 Mon Sep 17 00:00:00 2001 From: Argus Li Date: Thu, 18 Jun 2026 14:17:37 -0700 Subject: [PATCH 01/10] Rename connectionId to nodeId if not containing db. Signed-off-by: Argus Li --- .../activity-view/command-log-table.tsx | 8 ++++---- .../activity-view/hotkeys/hot-keys-banners.tsx | 8 ++++---- .../activity-view/hotkeys/hot-keys.tsx | 2 +- .../commandlogs/commandLogsSlice.ts | 2 +- .../valkey-features/hotkeys/hotKeysSlice.ts | 2 +- apps/metrics/src/index.js | 16 ++++++++-------- apps/server/src/actions/commandLogs.ts | 6 +++--- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/apps/frontend/src/components/activity-view/command-log-table.tsx b/apps/frontend/src/components/activity-view/command-log-table.tsx index da5133a2..73886613 100644 --- a/apps/frontend/src/components/activity-view/command-log-table.tsx +++ b/apps/frontend/src/components/activity-view/command-log-table.tsx @@ -44,7 +44,7 @@ type LogType = "slow" | "large-request" | "large-reply" interface CommandLogTableProps { data: LogGroup[] | null logType: LogType - nodeErrors?: { connectionId: string; error: string }[] + nodeErrors?: { nodeId: string; error: string }[] isCluster?: boolean } @@ -102,10 +102,10 @@ export function CommandLogTable({ data, logType, nodeErrors, isCluster }: Comman {nodeErrorsExpanded && (