mirror of
https://github.com/prometheus/prometheus
synced 2025-01-24 16:32:48 +00:00
Fix golint issue caused by typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
parent
f4db4ac7a3
commit
7985c4e6af
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user