Skip to content

DOCS-6120 Missing 'metrics' from serverStatus storage fields #2376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1470,21 +1470,21 @@ page.
reports the total amount of time spent loading index entries as
part of the *pre-fetch* stage of replication.

.. data:: serverStatus.storage.freelist.search.bucketExhausted
.. data:: serverStatus.metrics.storage.freelist.search.bucketExhausted

:data:`~serverStatus.storage.freelist.search.bucketExhausted` reports the
:data:`~serverStatus.metrics.storage.freelist.search.bucketExhausted` reports the
number of times that :program:`mongod` has checked the free list without finding
a suitably large record allocation.

.. data:: serverStatus.storage.freelist.search.requests
.. data:: serverStatus.metrics.storage.freelist.search.requests

:data:`~serverStatus.storage.freelist.search.requests` reports the
:data:`~serverStatus.metrics.storage.freelist.search.requests` reports the
number of times :program:`mongod` has searched for available record
allocations.

.. data:: serverStatus.storage.freelist.search.scanned
.. data:: serverStatus.metrics.storage.freelist.search.scanned

:data:`~serverStatus.storage.freelist.search.scanned` reports the number of
:data:`~serverStatus.metrics.storage.freelist.search.scanned` reports the number of
available record allocations :program:`mongod` has searched.

.. data:: serverStatus.metrics.ttl
Expand Down