hipages/php-fpm_exporter

View on GitHub
phpfpm/phpfpm.go

Summary

Maintainability
A
40 mins
Test Coverage

Method Pool.Update has 6 return statements (exceeds 4 allowed).
Open

func (p *Pool) Update() (err error) {
    p.ScrapeError = nil

    scheme, address, path, err := parseURL(p.Address)
    if err != nil {
Severity: Major
Found in phpfpm/phpfpm.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status