-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
Fully Compatible
-
Repl 2018-07-02, Repl 2018-07-16
To support the tracking of transaction latency information in serverStatus, we want to add a transactions section to the OperationLatencyHistogram class. We can add a HistogramData _txns member variable, analogous to the existing _reads, _writes and _commands variables. We will also need to add a new Command::ReadWriteType type that represents a multi-document transaction.
- is depended on by
-
SERVER-35159 Track transactions latency and add to serverStatus output
- Closed