Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-14139

Investigate changes in SERVER-49867: Add server status metrics to track how often a cursor has more than 1 batch

      Description

      Downstream Change Summary

      Added two server status metrics on mongoD:
      cursor.totalOpened - the total number of cursors that have been opened so far. Differs from cursor.open.total in that cursor.open.total is the total number of currently opened cursors, whereas this new metric is the number of cursors that have been opened until this point.

      cursor.moreThanOneBatch - the number of cursors that have returned more than one batch (i.e. have called getMore)

      Description of Linked Ticket

      This could help us understand how often resumable queries would be useful.

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            jason.price@mongodb.com Jason Price
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              3 years, 12 weeks, 3 days ago