+ The number of transactions restarted broken down by errors{" "}
+ {tooltipSelection}. Refer to the transaction retry error reference{" "}
+
documentation{" "}
+ for more details.
+
+);
diff --git a/pkg/ui/src/views/cluster/containers/nodeGraphs/dashboards/sql.tsx b/pkg/ui/src/views/cluster/containers/nodeGraphs/dashboards/sql.tsx
index 9e0ca0071bbc..17b864ab397c 100644
--- a/pkg/ui/src/views/cluster/containers/nodeGraphs/dashboards/sql.tsx
+++ b/pkg/ui/src/views/cluster/containers/nodeGraphs/dashboards/sql.tsx
@@ -19,7 +19,10 @@ import {
} from "src/views/shared/components/metricQuery";
import { GraphDashboardProps, nodeDisplayName } from "./dashboardUtils";
-import { StatementDenialsClusterSettingsTooltip } from "src/views/cluster/containers/nodeGraphs/dashboards/graphTooltips";
+import {
+ StatementDenialsClusterSettingsTooltip,
+ TransactionRestartsToolTip,
+} from "src/views/cluster/containers/nodeGraphs/dashboards/graphTooltips";
export default function (props: GraphDashboardProps) {
const { nodeIDs, nodesSummary, nodeSources, tooltipSelection } = props;
@@ -305,6 +308,57 @@ export default function (props: GraphDashboardProps) {