Skip to content

feat: concurrency on metrics #11

feat: concurrency on metrics

feat: concurrency on metrics #11

GitHub Actions / GolangCI Lint failed Jul 15, 2024 in 1s

reviewdog [GolangCI Lint] report

reported by reviewdog 🐶

Findings (2)

pkg/grpc/grpc.go|7 col 2| "go.uber.org/zap" imported and not used (typecheck)
pkg/grpc/grpc.go|7 col 2| "go.uber.org/zap" imported and not used) (typecheck)

Filtered Findings (2)

pkg/grpc/grpc.go|1| : # github.com/warden-protocol/warden-exporter/pkg/grpc
pkg/collector/auth_collector.go|11 col 2| could not import github.com/warden-protocol/warden-exporter/pkg/grpc (-: # github.com/warden-protocol/warden-exporter/pkg/grpc

Annotations

Check failure on line 7 in pkg/grpc/grpc.go

See this annotation in the file changed.

@github-actions github-actions / GolangCI Lint

[GolangCI Lint] pkg/grpc/grpc.go#L7

"go.uber.org/zap" imported and not used (typecheck)
Raw output
pkg/grpc/grpc.go:7:2: "go.uber.org/zap" imported and not used (typecheck)
package grpc

Check failure on line 7 in pkg/grpc/grpc.go

See this annotation in the file changed.

@github-actions github-actions / GolangCI Lint

[GolangCI Lint] pkg/grpc/grpc.go#L7

"go.uber.org/zap" imported and not used) (typecheck)
Raw output
pkg/grpc/grpc.go:7:2: "go.uber.org/zap" imported and not used) (typecheck)
	"github.com/warden-protocol/warden-exporter/pkg/grpc"
	^