From 03ace3256385389bd59564c30869e38ddbf89d35 Mon Sep 17 00:00:00 2001 From: Spencer Jackson Date: Tue, 20 Dec 2022 20:42:52 +0000 Subject: SERVER-72242 Add test only serverStatus metrics to EmuBinary --- src/mongo/db/commands/fle2_compact.idl | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'src/mongo/db/commands/fle2_compact.idl') diff --git a/src/mongo/db/commands/fle2_compact.idl b/src/mongo/db/commands/fle2_compact.idl index 1ece006c512..3ba9a9c9686 100644 --- a/src/mongo/db/commands/fle2_compact.idl +++ b/src/mongo/db/commands/fle2_compact.idl @@ -31,41 +31,9 @@ global: imports: - "mongo/db/basic_types.idl" + - "mongo/crypto/fle_stats.idl" structs: - ECOCStats: - description: "Stats about records in ECOC compact touched" - fields: - read: - type: exactInt64 - default: 0 - deleted: - type: exactInt64 - default: 0 - - ECStats: - description: "Stats about records in ECC & ESC compact touched" - fields: - read: - type: exactInt64 - default: 0 - inserted: - type: exactInt64 - default: 0 - updated: - type: exactInt64 - default: 0 - deleted: - type: exactInt64 - default: 0 - - CompactStats: - description: "Stats about records in ECC, ECOC, and ESC compact touched" - fields: - ecoc: ECOCStats - ecc: ECStats - esc: ECStats - CompactStructuredEncryptionDataCommandReply: description: "Reply from the {compactStructuredEncryptedData: ...} command" strict: true -- cgit v1.2.1