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
Copy file name to clipboardExpand all lines: pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/crossClusterReplication.tsx
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,6 @@ export default function (props: GraphDashboardProps) {
18
18
const{ storeSources, tenantSource }=props;
19
19
20
20
return[
21
-
<LineGraph
22
-
title="Logical Bytes"
23
-
sources={storeSources}
24
-
tenantSource={tenantSource}
25
-
tooltip={`Rate at which the logical bytes (sum of keys + values) are ingested by all replication jobs`}
26
-
>
27
-
<Axisunits={AxisUnits.Bytes}label="bytes">
28
-
<Metric
29
-
name="cr.node.physical_replication.logical_bytes"
30
-
title="Logical Bytes"
31
-
nonNegativeRate
32
-
/>
33
-
</Axis>
34
-
</LineGraph>,
35
21
<LineGraph
36
22
title="Replication Lag"
37
23
sources={storeSources}
@@ -61,5 +47,19 @@ export default function (props: GraphDashboardProps) {
61
47
/>
62
48
</Axis>
63
49
</LineGraph>,
50
+
<LineGraph
51
+
title="Logical Bytes"
52
+
sources={storeSources}
53
+
tenantSource={tenantSource}
54
+
tooltip={`Rate at which the logical bytes (sum of keys + values) are ingested by all replication jobs`}
0 commit comments