summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_metrics_observer.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-3/+5
|
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-011-3/+6
|
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-9/+18
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-8/+9
| | | | | | | | | This patch converts the existing transactions diagnostics timing related metrics to use a TickSource to record transaction durations. The TickSource is a high precision, mock-able time source for measuring the passage of time. This patch also converts the existing unit tests to use a mock TickSource, which allows the tests to fully virtualize time, making them much faster and less flaky.
* SERVER-35873 Maintain oldest prepareTimestampPavi Vetriselvan2018-09-201-3/+16
|
* SERVER-36685 Make transaction statistics accessible without ↵Matthew Russotto2018-08-221-6/+16
| | | | TransactionParticipant mutex.
* SERVER-36201 Refactor transactions metrics tracking code into ↵jinichu2018-08-171-0/+112
TransactionMetricsObserver