For drivers that have helpers for collStats or currentOp, the helpers should be adjusted to use the $collStats / $currentOp aggregation pipeline stages. Alternatively, drivers can deprecate these helpers for future removal. This is left to the discretion of drivers.
Drivers should audit their driver-specific tests and documentation examples (see: DRIVERS-448) for any usages of the `currentOp` or `collStats` commands.
DRIVERS-2232:
Drivers should sync spec test updates to mongodb/specifications@6632b76 (re: mongodb/specifications#1402 ).
For drivers that have helpers for collStats or currentOp, the helpers should be adjusted to use the $collStats / $currentOp aggregation pipeline stages. Alternatively, drivers can deprecate these helpers for future removal. This is left to the discretion of drivers.
Drivers should audit their driver-specific tests and documentation examples (see: DRIVERS-448 ) for any usages of the `currentOp` or `collStats` commands.
1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?
1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?
Description
This ticket was split from DRIVERS-2232, please see that ticket for a detailed description.