Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
-
None
-
Storage Execution
-
ALL
Description
when running with --storageEngine=wiredTiger, we still see the following added to serverStatus:
- storage.freelist.search.request
- storage.freelist.search.bucketExhausted
- storage.freelist.search.scanned
I think one way around this would be add a ServerStatusSection parameter to the ServerStatusMetricField constructor. Then we can conditionally add the section to serverStatus output if we are running with mmapv1.