mirror of
https://github.com/prometheus/prometheus
synced 2025-01-13 18:33:34 +00: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 New Issue
Block a user