Merge pull request #8709 from fenggw-fnst/work

Fix golint issue caused by typo
This commit is contained in:
Julien Pivotto 2021-04-12 09:59:27 +02:00 committed by GitHub
commit 057c0784a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}