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"
|
"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 {
|
type LiveReaderMetrics struct {
|
||||||
readerCorruptionErrors *prometheus.CounterVec
|
readerCorruptionErrors *prometheus.CounterVec
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue