-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2022-10-17, Service Arch 2022-10-31, Service Arch 2022-11-14, Service Arch 2022-11-28, Service Arch 2022-12-12
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
When a client connects to a MongoDB server, it first runs a hello command as part of the MongoDB handshake. As part of processing this initial command, the server should log the following measurements in a single "hello completed" log line:
-> What time the command was received
-> Duration of processing/running the command
-> Duration of sinking the response back to the network
-> Code given as response to the command ("ok")
These measurements will help us diagnose bottlenecks/issues in ingress connection establishment.