Skip to content

Commit

Permalink
Merge #104645
Browse files Browse the repository at this point in the history
104645: db-console: rename c2c dashboard to Physical Cluster Replication r=healthy-pod a=lidorcarmel

The recently added dashboard is called `Cross-Cluster Replication`, and this commit renames it to `Physical Cluster Replication`.

c2c is now called Physical Replication, and in contexts where it's not obvious we should be clear that this is Cluster replication and not Raft.

Epic: none

Release note: None

Co-authored-by: Lidor Carmel <[email protected]>
  • Loading branch information
craig[bot] and lidorcarmel committed Jun 13, 2023
2 parents 8d8f3c6 + e1556ba commit 2271419
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const dashboards: { [key: string]: GraphDashboard } = {
},
ttl: { label: "TTL", component: ttlDashboard, isKvDashboard: false },
crossClusterReplication: {
label: "Cross-Cluster Replication",
label: "Physical Cluster Replication",
component: crossClusterReplicationDashboard,
isKvDashboard: true,
},
Expand Down Expand Up @@ -396,7 +396,7 @@ export class NodeGraphs extends React.Component<
.filter(
option =>
this.props.crossClusterReplicationEnabled ||
option.label !== "Cross-Cluster Replication",
option.label !== "Physical Cluster Replication",
);

return (
Expand Down

0 comments on commit 2271419

Please sign in to comment.