summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_transactions_metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-35293 Add counts of active and inactive transactions to serverStatusNathan Louie2018-08-161-0/+2
* SERVER-35294 Add total number of open transactions to serverStatusNathan Louie2018-08-161-0/+1
* SERVER-35295 Add total number of committed and aborted transactions to server...Nathan Louie2018-08-161-0/+2
* SERVER-35292 Add total number of started transactions to serverStatusNathan Louie2018-08-161-1/+1
* SERVER-35151 Track total number of active/inactive transactions in ServerTran...Nathan Louie2018-08-161-0/+24
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-08-161-0/+12
* SERVER-35147 Track total number of committed and aborted transactions in Serv...Nathan Louie2018-08-161-0/+16
* SERVER-35146 Track total number of started transactionsNathan Louie2018-08-161-0/+8
* SERVER-35129 Create a ServerTransactionsMetrics class and store it as a decor...Nathan Louie2018-08-161-0/+83