sysown / proxysql

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

Correct free/used typo in Prometheus 'connection_pool' gauge cleanup #4470

Closed saunderst closed 8 months ago

saunderst commented 8 months ago

In MySQL_HostGroups_Manager::p_update_connection_pool(), in the section that cleans up connection pool gauge metrics associated with missing servers, this is correcting a typo switching "free" and "used" such that the "Remove" method is being called on the wrong gauge.

renecannao commented 8 months ago

Hi @saunderst . Thank you for the fix!