summaryrefslogtreecommitdiff
path: root/src/mongo/db/transactions_stats.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/transactions_stats.idl')
-rw-r--r--src/mongo/db/transactions_stats.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mongo/db/transactions_stats.idl b/src/mongo/db/transactions_stats.idl
index b47f49d2b6b..13c9843d1a5 100644
--- a/src/mongo/db/transactions_stats.idl
+++ b/src/mongo/db/transactions_stats.idl
@@ -70,3 +70,14 @@ structs:
totalStarted:
type: long
default: 0
+ totalPrepared:
+ type: long
+ default: 0
+ totalPreparedThenCommitted:
+ type: long
+ default: 0
+ totalPreparedThenAborted:
+ type: long
+ default: 0
+ oldestActiveOplogEntryTimestamp:
+ type: timestamp