firehol/netdata

View on GitHub
src/go/plugin/go.d/modules/oracledb/collect_tablespace.go

Summary

Maintainability
A
1 hr
Test Coverage

Method OracleDB.collectTablespace has 60 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (o *OracleDB) collectTablespace(mx map[string]int64) error {
    q := queryTablespace
    o.Debugf("executing query: %s", q)

    var ts struct {
Severity: Minor
Found in src/go/plugin/go.d/modules/oracledb/collect_tablespace.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status