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