From 7985c4e6afda449398c67e6e2e3aae9e96057ace Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Mon, 12 Apr 2021 09:57:41 +0800 Subject: [PATCH] Fix golint issue caused by typo Signed-off-by: Guangwen Feng --- tsdb/wal/live_reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/wal/live_reader.go b/tsdb/wal/live_reader.go index 54c4a584e2..9155e4d03f 100644 --- a/tsdb/wal/live_reader.go +++ b/tsdb/wal/live_reader.go @@ -27,7 +27,7 @@ import ( "github.com/prometheus/client_golang/prometheus" ) -// liveReaderMetrics holds all metrics exposed by the LiveReader. +// LiveReaderMetrics holds all metrics exposed by the LiveReader. type LiveReaderMetrics struct { readerCorruptionErrors *prometheus.CounterVec }