-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
v7.0, v6.0, v5.0
-
Repl 2023-09-04, Repl 2023-09-18
-
159
Goal / Product Question:
Our recommended topology is a replica set with three nodes for high availability. However, some customers are questioning the cost associated with running all three nodes, where they claim reads & writes only happen on their primary.
We offer the ability to redirect reads to a secondary node. We believe there is a population of customers who use secondary reads, but we never had a good way to identify them. Exposing a metric to identify if a secondary node has served reads will help identify these customers who specifically directed reads to a secondary node.
Must have:
-Number of clusters with secondary reads
-Distribution of readPreference options (e.g. secondary, secondaryPreferred, primary)
Nice to Have:
-Hedge Reads
-Mirror Reads
-Number of clusters with reads with multiple read preferences
- is duplicated by
-
SERVER-49806 Record read preference metrics in serverStatus
- Closed