Skip to content

build(deps): bump github.com/prometheus/client_golang #345

build(deps): bump github.com/prometheus/client_golang

build(deps): bump github.com/prometheus/client_golang #345

Status Failure
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: node_exporter.go#L121
NewCollector not declared by package version (typecheck)
lint: node_exporter.go#L173
cannot use kingpin.CommandLine (variable of type *"gopkg.in/alecthomas/kingpin.v2".Application) as *"github.com/alecthomas/kingpin/v2".Application value in argument to flag.AddFlags (typecheck)
lint: collector/cpu_linux.go#L321
cannot use stats.CPU (variable of type map[int64]procfs.CPUStat) as []procfs.CPUStat value in argument to c.updateCPUStats (typecheck)
lint: collector/fibrechannel_linux.go#L132
cannot use host.Counters.DumpedFrames (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)
lint: collector/fibrechannel_linux.go#L133
cannot use host.Counters.ErrorFrames (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)
lint: collector/fibrechannel_linux.go#L134
cannot use host.Counters.InvalidCRCCount (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)
lint: collector/fibrechannel_linux.go#L135
cannot use host.Counters.RXFrames (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)
lint: collector/fibrechannel_linux.go#L136
cannot use host.Counters.RXWords (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)
lint: collector/fibrechannel_linux.go#L137
cannot use host.Counters.TXFrames (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)
lint: collector/fibrechannel_linux.go#L138
cannot use host.Counters.TXWords (variable of type *uint64) as uint64 value in argument to c.pushCounter (typecheck)