Jimdo/prometheus_client_php

View on GitHub
src/Prometheus/CollectorRegistry.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getOrRegisterHistogram has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getOrRegisterHistogram($namespace, $name, $help, $labels = array(), $buckets = null)
Severity: Minor
Found in src/Prometheus/CollectorRegistry.php - About 35 mins to fix

    Method registerHistogram has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function registerHistogram($namespace, $name, $help, $labels = array(), $buckets = null)
    Severity: Minor
    Found in src/Prometheus/CollectorRegistry.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status