From 6a56e02dd7d2e3acae3f765e516ea44852380305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Tue, 20 Oct 2020 13:07:19 +0200 Subject: [PATCH] Fixed typo in 'proxysql_cluster_syn_conflict_total' metric labels --- lib/ProxySQL_Cluster.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ProxySQL_Cluster.cpp b/lib/ProxySQL_Cluster.cpp index 34bf4127d..83ab5a257 100644 --- a/lib/ProxySQL_Cluster.cpp +++ b/lib/ProxySQL_Cluster.cpp @@ -2092,7 +2092,7 @@ cluster_metrics_map = std::make_tuple( "Number of times a 'module' has not been able to be synced.", metric_tags { { "module_name", "mysql_query_rules" }, - { "reason", "severs_share_epoch" } + { "reason", "servers_share_epoch" } } ), std::make_tuple ( @@ -2101,7 +2101,7 @@ cluster_metrics_map = std::make_tuple( "Number of times a 'module' has not been able to be synced.", metric_tags { { "module_name", "mysql_servers" }, - { "reason", "severs_share_epoch" } + { "reason", "servers_share_epoch" } } ), std::make_tuple ( @@ -2110,7 +2110,7 @@ cluster_metrics_map = std::make_tuple( "Number of times a 'module' has not been able to be synced.", metric_tags { { "module_name", "proxysql_servers" }, - { "reason", "severs_share_epoch" } + { "reason", "servers_share_epoch" } } ), std::make_tuple ( @@ -2119,7 +2119,7 @@ cluster_metrics_map = std::make_tuple( "Number of times a 'module' has not been able to be synced.", metric_tags { { "module_name", "mysql_users" }, - { "reason", "severs_share_epoch" } + { "reason", "servers_share_epoch" } } ), // ====================================================================