netdata/netdata

View on GitHub
src/go/collectors/go.d.plugin/modules/sensors/collect.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Sensors.collect has 5 return statements (exceeds 4 allowed).
Open

func (s *Sensors) collect() (map[string]int64, error) {
    bs, err := s.exec.sensorsInfo()
    if err != nil {
        return nil, err
    }
Severity: Major
Found in src/go/collectors/go.d.plugin/modules/sensors/collect.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status