sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.05k stars 983 forks source link

Added new status variable mysql_listener_paused #4428

Closed renecannao closed 10 months ago

renecannao commented 10 months ago

New variable mysql_listener_paused added to table stats_mysql_global . The variable is a boolean:

The variable is also reported by Prometheus exporter as proxysql_mysql_listener_paused

Related to #4391