diff --git a/common/assets/postgres_exporter.service b/common/assets/postgres_exporter.service index bab9527..9a301c0 100644 --- a/common/assets/postgres_exporter.service +++ b/common/assets/postgres_exporter.service @@ -15,6 +15,8 @@ ExecStart=/usr/bin/postgres_exporter \ --no-collector.stat_database \ --no-collector.locks \ --no-collector.database \ + --no-collector.stat_user_tables \ + --no-collector.statio_user_tables \ --extend.query-path=/usr/local/share/postgresql/postgres_exporter_queries.yaml ExecReload=/bin/kill -HUP $MAINPID Restart=always