Skip to content

Commit

Permalink
Merge pull request #4610 from cswingler/v2.x_update_stats_help
Browse files Browse the repository at this point in the history
Update Prometheus HELP statement for proxysql_connpool_conns_status
  • Loading branch information
JavierJF authored Aug 19, 2024
2 parents 270850e + 8771145 commit 04aa3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MySQL_HostGroups_Manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
)
}
Expand Down

0 comments on commit 04aa3e4

Please sign in to comment.