diff --git a/docs/generated/settings/settings-for-tenants.txt b/docs/generated/settings/settings-for-tenants.txt index 575b0be14d72..3e09f53cb62b 100644 --- a/docs/generated/settings/settings-for-tenants.txt +++ b/docs/generated/settings/settings-for-tenants.txt @@ -249,7 +249,7 @@ sql.metrics.statement_details.enabled boolean true collect per-statement query s sql.metrics.statement_details.gateway_node.enabled boolean true save the gateway node for each statement fingerprint. If false, the value will be stored as 0. sql.metrics.statement_details.index_recommendation_collection.enabled boolean true generate an index recommendation for each fingerprint ID sql.metrics.statement_details.max_mem_reported_idx_recommendations integer 5000 the maximum number of reported index recommendation info stored in memory -sql.metrics.statement_details.plan_collection.enabled boolean true periodically save a logical plan for each fingerprint +sql.metrics.statement_details.plan_collection.enabled boolean false periodically save a logical plan for each fingerprint sql.metrics.statement_details.plan_collection.period duration 5m0s the time until a new logical plan is collected sql.metrics.statement_details.threshold duration 0s minimum execution time to cause statement statistics to be collected. If configured, no transaction stats are collected. sql.metrics.transaction_details.enabled boolean true collect per-application transaction statistics diff --git a/docs/generated/settings/settings.html b/docs/generated/settings/settings.html index 1878111d94f2..c7f6cdedc925 100644 --- a/docs/generated/settings/settings.html +++ b/docs/generated/settings/settings.html @@ -185,7 +185,7 @@
sql.metrics.statement_details.gateway_node.enabled
true
sql.metrics.statement_details.index_recommendation_collection.enabled
true
sql.metrics.statement_details.max_mem_reported_idx_recommendations
5000
sql.metrics.statement_details.plan_collection.enabled
true
sql.metrics.statement_details.plan_collection.enabled
false
sql.metrics.statement_details.plan_collection.period
5m0s
sql.metrics.statement_details.threshold
0s
sql.metrics.transaction_details.enabled
true