summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_transactions_metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-061-0/+13
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-011-1/+40
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-20/+100
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35873 Maintain oldest prepareTimestampPavi Vetriselvan2018-09-201-0/+30
* SERVER-35293 Add counts of active and inactive transactions to serverStatusNathan Louie2018-07-061-0/+2
* SERVER-35294 Add total number of open transactions to serverStatusNathan Louie2018-07-051-0/+1
* SERVER-35295 Add total number of committed and aborted transactions to server...Nathan Louie2018-07-021-0/+2
* added to classNathan Louie2018-06-251-0/+24
* SERVER-35292 Add total number of started transactions to serverStatusNathan Louie2018-06-251-1/+1
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-06-181-0/+12
* SERVER-35147 Track total number of committed and aborted transactions inNathan Louie2018-06-151-0/+16
* SERVER-35146 Track total number of started transactionsNathan Louie2018-06-141-0/+8
* SERVER-35129 Create a ServerTransactionsMetrics class and store it as a decor...Nathan Louie2018-06-081-0/+83