summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/ttl_operation_metrics.js
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2020-12-08 16:49:30 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-10 19:11:07 +0000
commit1779d6fcbfa29f1263ba3e77b4aab4e2f41f18cf (patch)
tree41e741a93d5536ac79ab11ad96a9d453cca7331a /jstests/noPassthrough/ttl_operation_metrics.js
parent571f3c7cce27561d8c6de884fdfc374128c2b2ef (diff)
downloadmongo-1779d6fcbfa29f1263ba3e77b4aab4e2f41f18cf.tar.gz
SERVER-52788 Rename measureOperationResourceConsumption feature flag to profileOperationResourceConsumptionMetrics
This renames the "measureOperationResourceConsumption" feature flag to "profileOperationResourceConsumptionMetrics". It is a default-off flag that enables a subset of metrics collection that can be profiled and reported in the slow query logs. The "aggregateOperationResourceConsumptionMetrics" flag, in addition to enabling global aggregation and the use of $operationMetrics, also enables profiling and slow query logging covered by the "profile.." flag.
Diffstat (limited to 'jstests/noPassthrough/ttl_operation_metrics.js')
-rw-r--r--jstests/noPassthrough/ttl_operation_metrics.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthrough/ttl_operation_metrics.js b/jstests/noPassthrough/ttl_operation_metrics.js
index ab48db74237..42de17ff0ed 100644
--- a/jstests/noPassthrough/ttl_operation_metrics.js
+++ b/jstests/noPassthrough/ttl_operation_metrics.js
@@ -16,7 +16,6 @@ var rst = new ReplSetTest({
nodes: 2,
nodeOptions: {
setParameter: {
- "measureOperationResourceConsumption": true,
"aggregateOperationResourceConsumptionMetrics": true,
"ttlMonitorSleepSecs": 1,
}