In SERVER-67795 we added serverstatus tracking to report number of times updateMany and DeleteMany is called. We need to extend that tracking to include number of documents updated/deleted from those commands (cumulative and Max per call), as well as the time duration of the commands (cumulative and Max per call).
- is related to
-
SERVER-67795 Add serverstatus tracking to know how many users use updateMany and DeleteMany
- Closed