diff --git a/docs/generated/settings/settings-for-tenants.txt b/docs/generated/settings/settings-for-tenants.txt index 92ee39b14b8d..690c76f8063e 100644 --- a/docs/generated/settings/settings-for-tenants.txt +++ b/docs/generated/settings/settings-for-tenants.txt @@ -239,6 +239,7 @@ sql.metrics.max_mem_stmt_fingerprints integer 100000 the maximum number of state sql.metrics.max_mem_txn_fingerprints integer 100000 the maximum number of transaction fingerprints stored in memory sql.metrics.statement_details.dump_to_logs boolean false dump collected statement statistics to node logs when periodically cleared sql.metrics.statement_details.enabled boolean true collect per-statement query statistics +sql.metrics.statement_details.index_recommendation_collection.enabled boolean true generate an index recommendation for each fingerprint ID sql.metrics.statement_details.plan_collection.enabled boolean true 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. diff --git a/docs/generated/settings/settings.html b/docs/generated/settings/settings.html index fd9090229b83..32142336f566 100644 --- a/docs/generated/settings/settings.html +++ b/docs/generated/settings/settings.html @@ -170,6 +170,7 @@
sql.metrics.max_mem_txn_fingerprints
100000
sql.metrics.statement_details.dump_to_logs
false
sql.metrics.statement_details.enabled
true
sql.metrics.statement_details.index_recommendation_collection.enabled
true
sql.metrics.statement_details.plan_collection.enabled
true
sql.metrics.statement_details.plan_collection.period
5m0s
sql.metrics.statement_details.threshold
0s