-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
Fully Compatible
-
Repl 2018-08-13, Repl 2018-08-27
Currently, there are some transactions metrics that are always updated together. We would like to group these metrics together and create methods that will allow us to update coupled metrics at the same time.
SingleTransactionStats::LastClientInfo::update and SingleTransactionStats::OpDebug::AdditiveMetrics::add are called together in
SingleTransactionStats::setEndTime and SingleTransactionStats::setInactive are called together in
ServerTransactionMetrics::decrementCurrentOpen and ServerTransactionMetrics::incrementTotalAborted are called together in