Description
Since 4.2, the metrics for wiredTiger.LSM no longer exist :
https://docs.mongodb.com/manual/reference/command/serverStatus/index.html#wiredtiger
Please remove below from examples.
"LSM" :
{ "sleep for LSM checkpoint throttle" : <num>, "sleep for LSM merge throttle" : <num>, "rows merged in an LSM tree" : <num>, "application work units currently queued" : <num>, "merge work units currently queued" : <num>, "tree queue hit maximum" : <num>, "switch work units currently queued" : <num>, "tree maintenance operations scheduled" : <num>, "tree maintenance operations discarded" : <num>, "tree maintenance operations executed" : <num> }
,
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
|