diff --git a/include/MySQL_HostGroups_Manager.h b/include/MySQL_HostGroups_Manager.h index 41af752ad..ee10fdf36 100644 --- a/include/MySQL_HostGroups_Manager.h +++ b/include/MySQL_HostGroups_Manager.h @@ -386,21 +386,27 @@ hg_metrics_map { }, { p_hg_counter::server_connections_created, - "proxysql_server_connections_created", + "proxysql_server_connections", "Total number of server connections created.", - {} + { + { "status", "created" } + } }, { p_hg_counter::server_connections_delayed, - "proxysql_server_connections_delayed", + "proxysql_server_connections", "Total number of server connections delayed.", - {} + { + { "status", "delayed" } + } }, { p_hg_counter::server_connections_aborted, - "proxysql_server_connections_aborted", + "proxysql_server_connections", "Total number of backend failed connections (or closed improperly).", - {} + { + { "status", "aborted" } + } }, { p_hg_counter::client_connections_created,