Skip to content

feat: aggregated metric volume queries #7489

feat: aggregated metric volume queries

feat: aggregated metric volume queries #7489

Triggered via pull request October 7, 2024 20:11
Status Failure
Total duration 6m 8s
Artifacts

check.yml

on: pull_request
Matrix: check / testPackages
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
check / lintFiles
Process completed with exit code 2.
check / golangciLint
issues found
check / failCheck
Process completed with exit code 2.
check / golangciLint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check / golangciLint: pkg/querier/queryrange/volume.go#L249
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
check / golangciLint: pkg/querier/queryrange/roundtrip_test.go#L819
unused-parameter: parameter 'next' seems to be unused, consider removing or renaming it as _ (revive)
check / golangciLint: pkg/querier/queryrange/roundtrip_test.go#L839
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)