From 444378be326f4c260688f26946506bcecfc18456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Thu, 23 Apr 2020 00:53:11 +0200 Subject: [PATCH] Replaced repeated metric with missing one --- lib/MySQL_Thread.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/MySQL_Thread.cpp b/lib/MySQL_Thread.cpp index 91b628d9a..a4b130198 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -927,9 +927,9 @@ th_metrics_map = std::make_tuple( ), // TODO: Check unit std::make_tuple ( - p_th_gauge::mysql_monitor_read_only_interval, - "proxysql_mysql_monitor_read_only_interval", - "How frequently a read only check is performed, in milliseconds.", + p_th_gauge::mysql_monitor_read_only_timeout, + "proxysql_mysql_monitor_read_only_timeout", + "Read only check timeout in milliseconds.", metric_tags {} ), // TODO: Check help