From 1779d6fcbfa29f1263ba3e77b4aab4e2f41f18cf Mon Sep 17 00:00:00 2001 From: Louis Williams Date: Tue, 8 Dec 2020 16:49:30 -0500 Subject: 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. --- jstests/noPassthrough/ttl_operation_metrics.js | 1 - 1 file changed, 1 deletion(-) (limited to 'jstests/noPassthrough/ttl_operation_metrics.js') 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, } -- cgit v1.2.1