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

[SERVER]Investigate changes in SERVER-56602: Track usage of match expressions in serverStatus

      Downstream Change Summary

      Adds new metrics to db.serverStatus() under expressionCounters.match with counters for match expressions occurring in find() and aggregate() commands.

      Description of Linked Ticket

      Add counters for match expressions (https://docs.mongodb.com/manual/reference/operator/query/

      Something like this:

      "metrics" : {
         "matchExpressionsCounters" : {
               "$text" : <num>,
               "$elemMatch" : <num>,
               ...
               "<expression>" : <num>
               }
         },
         ...
      }
      

       

       

            Assignee:
            dave.cuthbert@mongodb.com Dave Cuthbert (Inactive)
            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:
              2 years, 11 weeks, 2 days ago