From 6e7a8f1c28c960298f320024b10fd5fc14e45aaa Mon Sep 17 00:00:00 2001 From: cskh Date: Tue, 31 May 2022 14:20:10 -0400 Subject: [PATCH] Update agent/consul/session_ttl.go Co-authored-by: alex <8968914+acpana@users.noreply.github.com> --- agent/consul/session_ttl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/consul/session_ttl.go b/agent/consul/session_ttl.go index 42d95ac8856f0..d06253457893f 100644 --- a/agent/consul/session_ttl.go +++ b/agent/consul/session_ttl.go @@ -26,7 +26,7 @@ var SessionGauges = []prometheus.GaugeDefinition{ }, { Name: []string{"raft", "is_leader"}, - Help: "Track if the server is a leader.", + Help: "Tracks if the server is a leader.", }, }