Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
Service Arch 2022-07-11, Service Arch 2022-07-25, Service Arch 2022-08-08, Service Arch 2022-08-22, Service Arch 2022-09-05, Service Arch 2022-09-19, Service Arch 2022-10-03
-
105
Description
We sometimes see operations get bottlenecked at the point in their lifecycle where they need to perform RPC. In SERVER-64964, SERVER-64965, and SERVER-63261, we're adding metrics to measure how long connection establishment takes, how many operations fail while waiting to acquire connections, and how long operations spend waiting to acquire connections.
For completeness, let's also measure the amount of time operations spend doing networking after they acquire a connection. Add a measurement of how much wall-time passes between an operation acquiring a connection and it completes writing to the wire.
Attachments
Issue Links
- is documented by
-
DOCS-15652 [SERVER] Investigate changes in SERVER-64967: Measure how long it takes operations using egress connections to write to network
-
- Closed
-
- related to
-
SERVER-71685 Remove ConnectionAcquisitionToWireLoggingRate parameter
-
- Closed
-