-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2023-03-20
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
SERVER-73017 moved telemetry metric tracking into the client cursor. Most of the metrics are tracked via OpDebug::AdditiveMetrics. We should move fields for queryExecMicros and nDocsReturned from being stored directly in clientcursor to OpDebug::AdditiveMetrics. (queryOptMicros should stay separate since that metric is not additive). Also look into reduncancy with clientcursor's nReturnedSoFar