-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Command-monitoring events carry an operation_id to correlate the events of one operation. For single-document CRUD and cursor operations, each retry attempt gets a different operation_id (it defaults to the per-attempt request_id), so consumers can't group a retried operation's events. Bulk writes already share one across batches.