Instrument the C++ code to measure:
total latency = majority commit wait on recipient (1)
+ migration commit (2)
+ post-migration commit refresh on the shard (3)
+ post-migration commit refresh on the router (4)
+ unnamed portion of operation latency (5)
- is duplicated by
-
SERVER-48172 Add tracking of total latency in ClusterWriter within mongos
- Closed