From 978e5162e3d19ede9af94780b07b73d52bd56494 Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Wed, 27 Apr 2022 13:32:12 +0800 Subject: [PATCH] disable gather table size by default --- conf/input.mysql/mysql.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/input.mysql/mysql.toml b/conf/input.mysql/mysql.toml index eafc2f3..86f705c 100644 --- a/conf/input.mysql/mysql.toml +++ b/conf/input.mysql/mysql.toml @@ -14,8 +14,8 @@ extra_innodb_metrics = false gather_processlist_processes_by_state = false gather_processlist_processes_by_user = false gather_schema_size = false -gather_table_size = true -gather_system_table_size = true +gather_table_size = false +gather_system_table_size = false # # timeout # timeout_seconds = 3