From 87711456a5db53316d62a19e49b7888ee102a928 Mon Sep 17 00:00:00 2001 From: Chrysanthemum Swingler Date: Thu, 15 Aug 2024 11:28:33 -0500 Subject: [PATCH] Update Prometheus HELP statement for proxysql_connpool_conns_status --- lib/MySQL_HostGroups_Manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MySQL_HostGroups_Manager.cpp b/lib/MySQL_HostGroups_Manager.cpp index 5bf4f80c5..a97c0f03c 100644 --- a/lib/MySQL_HostGroups_Manager.cpp +++ b/lib/MySQL_HostGroups_Manager.cpp @@ -569,7 +569,7 @@ hg_metrics_map = std::make_tuple( std::make_tuple ( p_hg_dyn_gauge::connection_pool_status, "proxysql_connpool_conns_status", - "The status of the backend server (1 - ONLINE, 2 - SHUNNED, 3 - OFFLINE_SOFT, 4 - OFFLINE_HARD).", + "The status of the backend server (1 - ONLINE, 2 - SHUNNED, 3 - OFFLINE_SOFT, 4 - OFFLINE_HARD, 5 - SHUNNED_REPLICATION_LAG).", metric_tags {} ) }