summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-151-7/+20
* Revert SERVER-41513Xuerui Fa2019-10-141-20/+7
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-141-7/+20
* SERVER-41512 Added tracking for metrics around a node voting in an electionXuerui Fa2019-10-071-2/+31
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectXuerui Fa2019-09-271-1/+2
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-09-241-18/+36
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-33/+33
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-121-19/+29
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-061-0/+6
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-161-0/+6
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Medha Potluri2019-08-131-0/+6
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-131-0/+30
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-0/+69
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-261-0/+10
* SERVER-414500 Track number of successful elections for each reason in serverS...Medha Potluri2019-07-081-7/+60
* SERVER-41511 Track the number of stepdowns caused by seeing a higher term in ...Medha Potluri2019-07-031-0/+11
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-1/+90
* SERVER-41498 Create ReplicationMetrics classMedha Potluri2019-06-211-0/+55