summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_metrics_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-011-2/+10
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-6/+5
* SERVER-40018 Remove oldestOplogEntryOpTime from TransactionMetricsObserver an...Samy Lanka2019-04-171-13/+4
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-031-19/+0
* SERVER-39690: Fix prepared transaction metrics after exceptions in prepareLingzhi Deng2019-04-021-11/+7
* SERVER-35811 fix lintBenety Goh2019-04-011-5/+2
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-14/+4
* SERVER-38257: Make transactionMetricsObserver.onAbort self-containedLingzhi Deng2019-04-011-23/+37
* SERVER-39934 Fix locking for slow ops storage statsSulabh Mahajan2019-03-211-10/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-2/+15
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-061-0/+3
* SERVER-36501 Add getPreparedDuration metric reportingJason Chan2018-11-011-0/+6
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-011-3/+15
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-15/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-18/+27
* SERVER-35873 Maintain oldest prepareTimestampPavi Vetriselvan2018-09-201-1/+29
* SERVER-36685 Make transaction statistics accessible without TransactionPartic...Matthew Russotto2018-08-221-1/+9
* SERVER-36201 Refactor transactions metrics tracking code into TransactionMetr...jinichu2018-08-171-0/+171