Skip to content

OTEL wiring in grpcserver interceptor (DataDog POC) #1864

OTEL wiring in grpcserver interceptor (DataDog POC)

OTEL wiring in grpcserver interceptor (DataDog POC) #1864

Triggered via pull request July 20, 2024 23:21
Status Failure
Total duration 4m 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: runtime/app.go#L232
cannot use &App{} (value of type *App) as "github.com/cosmos/cosmos-sdk/server/types".Application value in variable declaration: *App does not implement "github.com/cosmos/cosmos-sdk/server/types".Application (missing method ApplySnapshotChunk) (typecheck)
golangci-lint: runtime/app.go#L89
a.MountStores undefined (type *App has no field or method MountStores) (typecheck)
golangci-lint: runtime/app.go#L116
a.SetBeginBlocker undefined (type *App has no field or method SetBeginBlocker) (typecheck)
golangci-lint: runtime/app.go#L121
a.SetEndBlocker undefined (type *App has no field or method SetEndBlocker) (typecheck)
golangci-lint: runtime/app.go#L129
a.LoadLatestVersion undefined (type *App has no field or method LoadLatestVersion) (typecheck)
golangci-lint: runtime/app.go#L175
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
golangci-lint: runtime/app.go#L182
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
golangci-lint: runtime/app.go#L184
a.Query undefined (type *App has no field or method Query) (typecheck)
golangci-lint: runtime/app.go#L190
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
golangci-lint: runtime/app.go#L200
a.LoadVersion undefined (type *App has no field or method LoadVersion) (typecheck)
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/