-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Refactor networking collectors into a separate module
This PR extracts the networking-related FTDC collectors from ftdc_mongos.cpp into a new module (networking_collectors.
{h,cpp}) and adds them to mongod as well. This allows both mongod and mongos to collect the same networking metrics.
The refactored code includes:
- ConnPoolStatsCollector for connection pool statistics
- NetworkInterfaceStatsCollector for network interface metrics
This change will provide better visibility into networking performance across both mongod and mongos instances.
- is depended on by
-
SERVER-117473 Add search metrics to connPoolStats
-
- Closed
-
-
COMPASS-10288 Investigate changes in SERVER-117272: Include connPoolStats in mongod FTDC
-
- Needs Triage
-
- related to
-
SERVER-117536 Adjust ftdc_async_parameters.js's FTDC timeout
-
- Closed
-