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

Track abortCause counts in ServerTransactionsMetrics

    • Replication

      We want to track a global map of transaction abort causes in ServerTransactionsMetrics. This will be a map of type std::map<Status, long long>. We will already be saving the status code for aborted transactions on the Session, so, whenever a transaction aborts, we will need to increment the counter entry in the map for that particular status.

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            william.schultz@mongodb.com William Schultz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: