firehol/netdata

View on GitHub
src/go/plugin/go.d/modules/ceph/collect.go

Summary

Maintainability
A
40 mins
Test Coverage

Method Ceph.collect has 6 return statements (exceeds 4 allowed).
Open

func (c *Ceph) collect() (map[string]int64, error) {
    mx := make(map[string]int64)

    if err := c.auth(); err != nil {
        return nil, err
Severity: Major
Found in src/go/plugin/go.d/modules/ceph/collect.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status