mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02: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"
|
"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
Block a user