Tags backend #97
ci.yml
on: pull_request
Lint
2m 42s
Test packages - pkg
2m 15s
Test packages - tempodb
13m 23s
Test packages - tempodb/wal
11m 4s
Test packages - others
9m 0s
Test integration e2e suite
24m 30s
Test serverless integration e2e suite
6m 1s
Build
1m 32s
Benchmark
8m 41s
Vendor check
1m 12s
Check jsonnet & tempo-mixin
1m 18s
Build technical documentation
19s
Annotations
8 errors and 3 warnings
Lint:
tempodb/encoding/vparquet3/block_traceql_test.go#L137
string `{span.` has 6 occurrences, make it a constant (goconst)
|
Lint:
tempodb/encoding/vparquet3/block_traceql_test.go#L116
string `{resource.` has 16 occurrences, make it a constant (goconst)
|
Lint:
modules/frontend/searchsharding_test.go#L374
string `&limit=50&maxDuration=30ms&minDuration=10ms&spss=3&start=` has 4 occurrences, make it a constant (goconst)
|
Lint:
modules/frontend/cache.go#L64
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
|
Lint:
tempodb/encoding/vparquet3/coalesce_conditions_test.go#L24
composites: github.com/grafana/tempo/pkg/traceql.Condition struct literal uses unkeyed fields (govet)
|
Lint:
tempodb/encoding/vparquet3/coalesce_conditions_test.go#L25
composites: github.com/grafana/tempo/pkg/traceql.Condition struct literal uses unkeyed fields (govet)
|
Lint:
tempodb/encoding/vparquet3/coalesce_conditions_test.go#L31
composites: github.com/grafana/tempo/pkg/traceql.Condition struct literal uses unkeyed fields (govet)
|
Lint
issues found
|
Lint:
tempodb/tempodb.go#L609
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Lint:
tempodb/tempodb_test.go#L954
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Lint:
modules/generator/overrides_test.go#L55
unused-parameter: parameter 'userID' seems to be unused, consider removing or renaming it as _ (revive)
|