From 4279d3f5795659214252cbb384ecedb96381f6d7 Mon Sep 17 00:00:00 2001 From: mai xiaoming Date: Mon, 19 Aug 2019 14:02:06 +0800 Subject: [PATCH] fix slave status error --- metric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric.go b/metric.go index 230f38e..5c1dd75 100644 --- a/metric.go +++ b/metric.go @@ -267,7 +267,7 @@ var DataType = map[string]string{ // SlaveStatus not all slave status send to falcon-agent, this is a filter var SlaveStatus = []string{ "Exec_Master_Log_Pos", - "Read_Master_log_Pos", + "Read_Master_Log_Pos", "Relay_Log_Pos", "Seconds_Behind_Master", "Slave_IO_Running",