Add optional time window for GetTrace & SearchTrace of http_handler #5139
ci-lint-checks.yaml
on: pull_request
lint
3m 46s
pull-request-preconditions
12s
dco-check
12s
generated-files-check
36s
lint-shell-scripts
13s
Annotations
11 errors
generated-files-check
Process completed with exit code 1.
|
lint:
proto-gen/storage_v1/storage.pb.go#L1172
interceptor (variable of type grpc.UnaryServerInterceptor) is not used
|
lint:
proto-gen/storage_v1/storage.pb.go#L1176
non-boolean condition in if statement (typecheck)
|
lint:
cmd/collector/main.go#L9
"io" imported and not used (typecheck)
|
lint:
cmd/ingester/main.go#L8
"io" imported and not used (typecheck)
|
lint:
cmd/query/main.go#L26
could not import github.com/jaegertracing/jaeger/cmd/query/app (-: # github.com/jaegertracing/jaeger/cmd/query/app
|
lint:
cmd/query/app/grpc_handler.go#L120
invalid operation: r.StartTime != nil (mismatched types time.Time and untyped nil)
|
lint:
cmd/query/app/grpc_handler.go#L121
invalid operation: cannot indirect r.StartTime (variable of type time.Time)
|
lint:
cmd/query/app/grpc_handler.go#L123
invalid operation: r.EndTime != nil (mismatched types time.Time and untyped nil)
|
lint:
cmd/query/app/grpc_handler.go#L124
invalid operation: cannot indirect r.EndTime (variable of type time.Time)) (typecheck)
|
lint:
proto-gen/storage_v1/mocks/ArchiveSpanReaderPluginClient.go#L17
could not import github.com/jaegertracing/jaeger/proto-gen/storage_v1 (-: # github.com/jaegertracing/jaeger/proto-gen/storage_v1
|