You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
130272: db-console: add to rac1 with rac2 metrics on overload dashboard r=sumeerbhola a=kvoli
Add to the existing replication admission control metrics displayed
under "Admission Queueing Delay p99 – Replication Admission Control" and
"Blocked Replication Streams" with the rac2 equivalents.
Resolves: #130193
Release note: None
Co-authored-by: Austen McClernon <[email protected]>
Copy file name to clipboardExpand all lines: pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/overload.tsx
+44-6Lines changed: 44 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ export default function (props: GraphDashboardProps) {
240
240
sources={nodeSources}
241
241
tenantSource={tenantSource}
242
242
showMetricsInTooltip={true}
243
-
tooltip={`The 99th percentile latency of requests waiting in the Replication Admission Control queue. This metric is indicative of store overload on replicas.`}
243
+
tooltip={`The 99th percentile latency of requests waiting in the Replication Admission Control queue. This metric is indicative of store overload on replicas. v1 refers to the pre-v24.3 flow controller.`}
@@ -275,7 +295,7 @@ export default function (props: GraphDashboardProps) {
275
295
sources={nodeSources}
276
296
tenantSource={tenantSource}
277
297
showMetricsInTooltip={true}
278
-
tooltip={`Blocked replication streams per node in Replication Admission Control, separated by admission priority {regular, elastic}.`}
298
+
tooltip={`Blocked replication streams per node in Replication Admission Control, separated by admission priority {regular, elastic}. v1 refers to the pre-v24.3 flow controller.`}
279
299
>
280
300
<Axislabel="Blocked Stream Count">
281
301
{nodeIDs.map(nid=>(
@@ -284,7 +304,7 @@ export default function (props: GraphDashboardProps) {
0 commit comments