summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-12-23 16:19:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-23 16:47:24 +0000
commit0055ace10bf2e8ec97eff76258ce17e66a33658c (patch)
treea9df5ffab616bd8090f492ff057b55b35312ab2f
parent059829a65c152d9701cacbb635bee6896d29667f (diff)
downloadmongo-0055ace10bf2e8ec97eff76258ce17e66a33658c.tar.gz
SERVER-58153 Enable Feature flag for Remove Faulty Mongos From Cluster Topology
-rw-r--r--src/mongo/db/process_health/health_monitoring.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/health_monitoring.idl b/src/mongo/db/process_health/health_monitoring.idl
index 26df560d405..e4c2e6c6039 100644
--- a/src/mongo/db/process_health/health_monitoring.idl
+++ b/src/mongo/db/process_health/health_monitoring.idl
@@ -38,4 +38,5 @@ feature_flags:
featureFlagHealthMonitoring:
description: Feature flag for enabling fault facet support.
cpp_varname: gFeatureFlagHealthMonitoring
- default: false
+ default: true
+ version: 5.2