Add counter to the db.serverStatus() output when change stream encounters the BSONObjectTooLarge error.
The new counter (NumberLong) is located under metrics.changeStreams.largeEventsSplit.
Add counter to the db.serverStatus() output when the new $changeStreamSplitLargeEvent stage splits the event.
The new counter (NumberLong) is located under metrics.changeStreams.largeEventsFailed.
- is depended on by
-
TOOLS-3274 Investigate changes in SERVER-67699: Add tracking for when change stream event exceeds 16Mb
- Closed
- related to
-
SERVER-55062 Change stream events can exceed 16MB with no workaround
- Closed
-
SERVER-65093 Count operation failures in serverStatus broken down by error code
- Open