Merge pull request #4610 from cswingler/v2.x_update_stats_help

Update Prometheus HELP statement for proxysql_connpool_conns_status
pull/4617/head
Javier Jaramago Fernández 2 years ago committed by GitHub
commit 04aa3e458f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 {}
)
}

Loading…
Cancel
Save