Export currentOP uptime query metrics #34
Annotations
2 errors
Lint Check:
exporter/currentop_collector.go#L20
[golangci-lint] reported by reviewdog 🐶
import 'errors' is not allowed from list 'main': Should be replaced by github.com/pkg/errors package (depguard)
Raw Output:
exporter/currentop_collector.go:20:2: import 'errors' is not allowed from list 'main': Should be replaced by github.com/pkg/errors package (depguard)
"errors"
^
|
Lint Check
Process completed with exit code 1.
|