Fixes #2801: Updated prometheus map to contain missing entry 'p_hg_dyn_counter::proxysql_mysql_error'

pull/2803/head
Javier Jaramago Fernández 6 years ago
parent f698fe8158
commit fd204637a5

@ -1237,8 +1237,14 @@ hg_metrics_map = std::make_tuple(
),
// mysql_error
std::make_tuple (
p_hg_dyn_counter::mysql_error,
p_hg_dyn_counter::proxysql_mysql_error,
"proxysql_mysql_error",
"Tracks the mysql errors generated by proxysql, identifying them by: hostgroup + hostname + port + error_code.",
metric_tags {}
),
std::make_tuple (
p_hg_dyn_counter::mysql_error,
"mysql_error",
"Tracks the mysql errors encountered, identifying them by: hostgroup + hostname + port + error_code.",
metric_tags {}
)

Loading…
Cancel
Save