Since I enabled mariadb logs for all queries on my server, using Netdata shows me each second these queries:
SHOW GLOBAL VARIABLES LIKE 'max_connections'
11 Query SHOW GLOBAL STATUS
11 Query commit
I have to say it's not helping me to invest what's going on on the server because it's polluting my logs.
Is there a way to avoid logging this kind of query each sec?