Skip to content

Commit 4b07529

Browse files
leozzxMongoDB Bot
authored and
MongoDB Bot
committed
SERVER-96470 Add feature flag for delinquent metric (#35424)
GitOrigin-RevId: d51a5273659699c9af2cf94b16f278aa5e6e0b24
1 parent 26efaf9 commit 4b07529

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mongo/db/server_feature_flags.idl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,8 @@ feature_flags:
167167
cpp_varname: gFeatureFlagIntentRegistration
168168
default: false
169169
shouldBeFCVGated: false
170+
featureFlagRecordDelinquentMetrics:
171+
description: "Enables delinquent metrics recording"
172+
cpp_varname: gFeatureFlagRecordDelinquentMetrics
173+
default: false
174+
shouldBeFCVGated: false

0 commit comments

Comments
 (0)