Restore server status collector #62
Triggered via pull request
September 28, 2023 17:03
Status
Failure
Total duration
2m 25s
Artifacts
–
Annotations
4 errors
Lint Check:
exporter/serverstatus_collector.go#L66
[golangci-lint] reported by reviewdog 🐶
exporter/serverstatus_collector.go:66: Line contains TODO/BUG/FIXME: "TODO: PMM-9568 : Add support to handle h..." (godox)
Raw Output:
exporter/serverstatus_collector.go:66: exporter/serverstatus_collector.go:66: Line contains TODO/BUG/FIXME: "TODO: PMM-9568 : Add support to handle h..." (godox)
// TODO: PMM-9568 : Add support to handle histogram metrics
|
Lint Check:
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from serverStatus" name:"collector.serverstatus" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from serverStatus" name:"collector.serverstatus" (tagalign)
EnableServerStatus bool `name:"collector.serverstatus" help:"Enable collecting metrics from serverStatus"`
^
|
Lint Check:
exporter/serverstatus_collector_test.go#L32
[golangci-lint] reported by reviewdog 🐶
Function TestServerStatusDataCollector missing the call to method parallel (paralleltest)
Raw Output:
exporter/serverstatus_collector_test.go:32:1: Function TestServerStatusDataCollector missing the call to method parallel (paralleltest)
func TestServerStatusDataCollector(t *testing.T) {
^
|
Lint Check
Process completed with exit code 2.
|