Add optional time window for GetTrace & SearchTrace of http_handler #5139
Annotations
10 errors
Run make lint:
proto-gen/storage_v1/storage.pb.go#L1172
interceptor (variable of type grpc.UnaryServerInterceptor) is not used
|
Run make lint:
proto-gen/storage_v1/storage.pb.go#L1176
non-boolean condition in if statement (typecheck)
|
Run make lint:
cmd/collector/main.go#L9
"io" imported and not used (typecheck)
|
Run make lint:
cmd/ingester/main.go#L8
"io" imported and not used (typecheck)
|
Run make lint:
cmd/query/main.go#L26
could not import github.com/jaegertracing/jaeger/cmd/query/app (-: # github.com/jaegertracing/jaeger/cmd/query/app
|
Run make lint:
cmd/query/app/grpc_handler.go#L120
invalid operation: r.StartTime != nil (mismatched types time.Time and untyped nil)
|
Run make lint:
cmd/query/app/grpc_handler.go#L121
invalid operation: cannot indirect r.StartTime (variable of type time.Time)
|
Run make lint:
cmd/query/app/grpc_handler.go#L123
invalid operation: r.EndTime != nil (mismatched types time.Time and untyped nil)
|
Run make lint:
cmd/query/app/grpc_handler.go#L124
invalid operation: cannot indirect r.EndTime (variable of type time.Time)) (typecheck)
|
Run make 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
|
Loading