Skip to content

feat(dashboards): [experiment] Building Grafana Dashboards from Loki #7530

feat(dashboards): [experiment] Building Grafana Dashboards from Loki

feat(dashboards): [experiment] Building Grafana Dashboards from Loki #7530

Triggered via pull request October 8, 2024 18:07
@owen-dowen-d
synchronize #14411
owen-d:sdok
Status Failure
Total duration 6m 58s
Artifacts

check.yml

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

Annotations

4 errors and 4 warnings
check / golangciLint: pkg/dash/dash.go#L50
Error return value of `w.Write` is not checked (errcheck)
check / golangciLint: pkg/dash/dash.go#L194
Error return value of `tpl.Execute` is not checked (errcheck)
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/dash/dash.go#L47
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
check / golangciLint: pkg/dash/dash.go#L55
var-declaration: should drop = nil from declaration of var statusMap; it is the zero value (revive)
check / golangciLint: pkg/dash/dash.go#L34
var-naming: var dashboardJson should be dashboardJSON (revive)