From b4819086b5585e38bdfa7368eeffd2b66659b5e8 Mon Sep 17 00:00:00 2001 From: Andrii Vorobiov Date: Thu, 25 May 2023 23:20:41 +0300 Subject: [PATCH] ui: remove Circuit Breaker Tripped Events as useless Circuit Breaker Tripped Events doesn't provide extra information on top of existing `Circuit Breaker Tripped Replicas` chart. Release note (ui change): Circuit Breaker Tripped Events chart is removed from Replication dashboard. --- .../nodeGraphs/dashboards/replication.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx index ef7a4d918813..fb0fb3a75050 100644 --- a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx +++ b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx @@ -20,7 +20,6 @@ import { storeIDsForNode, } from "./dashboardUtils"; import { - CircuitBreakerTrippedEventsTooltip, CircuitBreakerTrippedReplicasTooltip, LogicalBytesGraphTooltip, PausedFollowersTooltip, @@ -253,23 +252,6 @@ export default function (props: GraphDashboardProps) { ))} , - - - {nodeIDs.map(nid => ( - - ))} - - ,