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

Investigate changes in SERVER-65796: convert serverStatus metrics for index builds from gauges to counters.

      Original Downstream Change Summary

      "activeIndexBuilds" has been changed to "indexBuilds", and the reported metrics have changed accordingly. Instead of current index builds, the metrics are now cumulative.

      Description of Linked Ticket

      We added a new section "activeIndexBuilds" in SERVER-57625 to capture metrics for index builds. The metrics are currently implemented as gauges, which go down to zero when there are no longer any in-progress index builds. If these metrics were converted to counters that never decrement, it may work better with some of our diagnostic tools such as FTDC and support better trend analysis.

      Separately, if we decide to move forward on this change, we should consider renaming this section since "activeIndexBuilds" will not be accurate anymore. This new section would also be a suitable location for new metrics requested in SERVER-64659.

      This section is new to 6.0 and has not been back ported to earlier versions of the server.

            Assignee:
            alison.huh@mongodb.com Alison Huh
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              40 weeks, 2 days ago