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.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/repl/replication_metrics.idl b/src/mongo/db/repl/replication_metrics.idl
index c17140b9125..2613eac59b9 100644
--- a/src/mongo/db/repl/replication_metrics.idl
+++ b/src/mongo/db/repl/replication_metrics.idl
@@ -139,6 +139,10 @@ structs:
description: "Time the new term oplog entry was written"
type: date
optional: true
+ wMajorityWriteAvailabilityDate:
+ description: "Time w:majority write concern is satisfied for new term oplog entry"
+ type: date
+ optional: true
ElectionParticipantMetrics:
description: "Stores metrics that are specific to the last election in which the node voted"