Investigate changes in SERVER-130076: Add ServerStatus and OpenTelemetry metrics

    • Type: Investigation
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Tools and Replicator
    • 19

      Original Downstream Change Summary

      3 new ServerStatus and Open Telemetry metrics added:

      • peakMemoryUsageOperation
      • operationsFailedDueToMemoryLimit
      • configuredMaxMemoryUsageBytesPerOperation

      Description of Linked Ticket

      Metrics to add

      • peakMemoryUsageOperation : It reflects the highest memory usage observed in an operation since the last server restart. It will be used to decide an appropriate per-operation memory limit.
      • operationsFailedDueToMemoryLimit : A counter increased every time an operation is killed because it exceeded the memory limit. It will be used to decide if the memory limit is too aggressive.
      • configuredMaxMemoryUsageBytesPerOperation : The configured max memory usage. Useful to correlated failures with configured memory limit.

            Assignee:
            Unassigned
            Reporter:
            Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: