diff --git a/collector/info_schema_tables.go b/collector/info_schema_tables.go index 9818cc6e..bb97a59f 100644 --- a/collector/info_schema_tables.go +++ b/collector/info_schema_tables.go @@ -46,7 +46,7 @@ const ( SELECT SCHEMA_NAME FROM information_schema.schemata - WHERE SCHEMA_NAME NOT IN ('mysql', 'performance_schema', 'information_schema') + WHERE SCHEMA_NAME NOT IN ('mysql', 'performance_schema', 'information_schema', 'sys') ` )