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

For 3.4: Add documentation for keysInserted & keysDeleted metrics

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.4.0
    • Affects Version/s: None
    • Component/s: Server
    • Labels:
    • 0.5

      keysInserted and keysDeleted metrics have been added to mongoD diagnostics under SERVER-23271. These metrics will be available via slow diagnostic logging and in the profiler.

      Definitions:

      • keysInserted: The number of index keys inserted for a given write operation.
      • keysDeleted: The number of index keys deleted for a given write operation.

      Note: We define "operation" here to be a single user operation. A 'find' followed by a 'getMore' on the returned cursor would count as separate operations.

      Operations that can report keysInserted:

      1. insert
      2. update
      3. findAndModify

      Operations that can report keysDeleted:

      1. delete
      2. update
      3. findAndModify

            Assignee:
            steve.renaker@mongodb.com Steve Renaker (Inactive)
            Reporter:
            james.wahlin@mongodb.com James Wahlin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              7 years, 25 weeks, 1 day ago