summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index 0b743fc94a3..a4cdc297567 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -952,12 +952,12 @@ server_parameters:
internalQueryConfigureTelemetrySamplingRate:
description: "The maximum number of queries per second that are sampled for query telemetry.
If the rate of queries goes above this number, then rate limiting will kick in, and any
- further queries will not be sampled. The default is INT_MAX, effectively meaning that all
- queries will be sampled. This can be set to 0 to turn telemetry off completely."
+ further queries will not be sampled. To sample all queries, this can be set to the INT_MAX.
+ This can be set to 0 to turn telemetry off completely."
set_at: [ startup, runtime ]
cpp_varname: "queryTelemetrySamplingRate"
cpp_vartype: AtomicWord<int>
- default: 2147483647
+ default: 0
internalQueryConfigureTelemetryCacheSize:
description: "The maximum amount of memory that the system will allocate for the query telemetry