summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_metrics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41513 Track the time the new term oplog entry was written by primary ↵Xuerui Fa2019-10-151-7/+20
| | | | and applied in secondary
* Revert SERVER-41513Xuerui Fa2019-10-141-20/+7
|
* SERVER-41513 Track the time the new term oplog entry was written by primary ↵Xuerui Fa2019-10-141-7/+20
| | | | and applied in secondary
* 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 ↵Samyukta Lanka2019-09-061-0/+6
| | | | in replSetStatus on primaries
* SERVER-41504 Track the number of ops during catchup in replSetStatus on ↵Medha Potluri2019-08-161-0/+6
| | | | primaries
* SERVER-41507 Track the time the new term oplog entry was written in ↵Medha Potluri2019-08-131-0/+6
| | | | replSetStatus on primaries
* 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 ↵Medha Potluri2019-08-131-0/+69
| | | | reason in serverStatus
* SERVER-41501 Track the number of elections that require primary catchup in ↵Medha Potluri2019-07-261-0/+10
| | | | serverStatus
* SERVER-414500 Track number of successful elections for each reason in ↵Medha Potluri2019-07-081-7/+60
| | | | serverStatus
* SERVER-41511 Track the number of stepdowns caused by seeing a higher term in ↵Medha Potluri2019-07-031-0/+11
| | | | serverStatus
* 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