Method | Description | |
---|---|---|
__construct ( Prometheus\CollectorRegistry $collectorRegistry, string $namespace = '' ) | ||
decrement ( $variable ) | ||
flush ( ) | ||
increment ( $variable ) | ||
measure ( $variable, $value ) | ||
setTags ( $tags ) | ||
timing ( $variable, $time ) |
Method | Description | |
---|---|---|
getOrRegisterGaugeForVariable ( string $variable ) : Prometheus\Gauge |
public __construct ( Prometheus\CollectorRegistry $collectorRegistry, string $namespace = '' ) | ||
$collectorRegistry | Prometheus\CollectorRegistry | |
$namespace | string |