Skip to content

Add autoscaling prometheus #846

Add autoscaling prometheus

Add autoscaling prometheus #846

Triggered via pull request September 4, 2023 15:05
Status Failure
Total duration 2m 22s
Artifacts

golangci-lint.yaml

on: pull_request
github (govet, golint and gotest)
2m 8s
github (govet, golint and gotest)
github (golangci)
1m 41s
github (golangci)
operator-lint
2m 12s
operator-lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors
github (golangci): controllers/autoscaling_controller.go#L162
ineffectual assignment to err (ineffassign)
github (golangci)
issues found
github (govet, golint and gotest): controllers/autoscaling_controller.go#L53
comment on exported method AutoscalingReconciler.Reconcile should be of the form "Reconcile ..."
github (govet, golint and gotest): pkg/autoscaling/const.go#L4
exported const ServiceName should have comment (or a comment on this block) or be unexported
github (govet, golint and gotest): pkg/autoscaling/const.go#L8
exported var PrometheusReplicas should have comment or be unexported
github (govet, golint and gotest): pkg/autoscaling/prometheus.go#L10
exported function Prometheus should have comment or be unexported
github (govet, golint and gotest)
Process completed with exit code 2.