summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/fle_stats.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/crypto/fle_stats.idl b/src/mongo/crypto/fle_stats.idl
index 485a59f8f50..69e8f1f418c 100644
--- a/src/mongo/crypto/fle_stats.idl
+++ b/src/mongo/crypto/fle_stats.idl
@@ -67,3 +67,9 @@ structs:
type: ECStats
optional: true
esc: ECStats
+
+ CleanupStats:
+ description: "Stats about records in ECOC, and ESC cleanup touched"
+ fields:
+ ecoc: ECOCStats
+ esc: ECStats