Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-55556

server metric to record per-operation units written (includes both document and index bytes)

    • Fully Compatible
    • v4.9
    • Elastic 2021-03-29, Elastic 2021-04-05, Elastic 2021-04-19, Elastic 2021-04-26, Elastic 2021-05-03, Elastic 2021-05-10

      Create a server metric to represent the number of bytes written to both data tables and index tables, quantized to a configureable Unit size.

      Currently we have similar metrics that only use data table bytes (docUnitsRead/docUnitsWritten), or index table bytes (idxEntryBytesRead/idxEntryBytesWritten).

      Proposal is to add a new metric:
      totalUnitsWritten

      and one new configuration parameter, totalUnitWriteSizeBytes

      Additionally, a timestamp field "localTime" will be added to each database BSONArray in the output for the operationMetrics aggregation stage, as per InTel request.

            Assignee:
            milkie@mongodb.com Eric Milkie
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: