summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_metrics.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_metrics.idl')
-rw-r--r--src/mongo/db/repl/replication_metrics.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/repl/replication_metrics.idl b/src/mongo/db/repl/replication_metrics.idl
index e065a86631e..c17140b9125 100644
--- a/src/mongo/db/repl/replication_metrics.idl
+++ b/src/mongo/db/repl/replication_metrics.idl
@@ -130,6 +130,11 @@ structs:
description: "The node's target opTime for catchup"
type: optime
optional: true
+ numCatchUpOps:
+ description: "Number of ops applied during catchup when the primary successfully
+ catches up"
+ type: long
+ optional: true
newTermStartDate:
description: "Time the new term oplog entry was written"
type: date