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

[SERVER] Investigate changes in SERVER-64184: Track usage of allowDiskUse:true in agg command

      Original Downstream Change Summary

      A new counter value "metrics.commands.aggregate.allowDiskUseTrue" has been added to the output of db.serverStatus() command. It represents number of times aggregate command is executed with

      {allowDiskUse: true}

      parameter.

      Description of Linked Ticket

      Add counter to serverStatus.metrics.commands.aggregate to track when users set allowDiskUse to 'true', e.g.:
      ...
      aggregate:

      { failed: Long("124"), total: Long("411"), allowDiskUseTrue: Long(0) }

      ,
      ...

            Assignee:
            jocelyn.mendez@mongodb.com Jocelyn Mendez
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              1 year, 50 weeks, 5 days ago