firehol/netdata

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

Summary

Maintainability
A
45 mins
Test Coverage

Method ClickHouse.collect has 7 return statements (exceeds 4 allowed).
Open

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

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

    There are no issues that match your filters.

    Category
    Status