From 8a475d7bc27e99d791ebbf750a491b734fb5469c Mon Sep 17 00:00:00 2001 From: Aaditya Sondhi <20070511+aadityasondhi@users.noreply.github.com> Date: Fri, 17 May 2024 12:39:35 -0400 Subject: [PATCH] dbconsole: add elastic store metric to the overload page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch uses the new sperated `elastic-stores` metrics for queing delay from https://github.com/cockroachdb/cockroach/pull/123890. Informs #121572. Release note (ui change): The `Admission Queueing Delay – Store` chart now separates elastic (background) work from the regular foreground work. --- .../cluster/containers/nodeGraphs/dashboards/overload.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/overload.tsx b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/overload.tsx index 5fab37c714f7..a5a1226880c2 100644 --- a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/overload.tsx +++ b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/overload.tsx @@ -193,6 +193,13 @@ export default function (props: GraphDashboardProps) { sources={[nid]} downsampleMax /> + ))}