mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
Merge pull request #8709 from fenggw-fnst/work
Fix golint issue caused by typo
This commit is contained in:
commit
057c0784a4
|
@ -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 a new issue