summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/single_transaction_coordinator_stats.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-5/+4
| | | | | | | | | This patch does the following: - Always parses ClientMetadata before command implementations are run. - Marks general ClientMetadata as final in the first hello. - Removes client_metadata_ismaster.* (SERVER-50517) - Switches references to "isMaster" to "hello" (SERVER-50517) - Binds "$client" metadata as a decoration (SERVER-50804)
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-061-0/+5
|
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-0/+46
|
* SERVER-41179 Observe the coordinator's state transitions and update the ↵Esha Maharishi2019-06-071-12/+110
| | | | corresponding stats and metrics
* SERVER-40978 Create class for tracking single two phase commit metrics on mongodEsha Maharishi2019-05-171-0/+168