From c1598a96615c5b8ae5840bc135f92dc22a31883c Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Wed, 13 Jul 2022 16:26:31 +0800 Subject: [PATCH] remove prefix of redis_sentinel --- inputs/redis_sentinel/redis_sentinel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/redis_sentinel/redis_sentinel.go b/inputs/redis_sentinel/redis_sentinel.go index ebd8b05..3bd5da2 100644 --- a/inputs/redis_sentinel/redis_sentinel.go +++ b/inputs/redis_sentinel/redis_sentinel.go @@ -40,7 +40,7 @@ func init() { } func (r *RedisSentinel) Prefix() string { - return inputName + return "" } func (r *RedisSentinel) Init() error {