PHP Class Beberlei\Metrics\Collector\Graphite

Inheritance: implements Beberlei\Metrics\Collector\Collector
Afficher le fichier Open project: beberlei/metrics

Méthodes publiques

Méthode Description
__construct ( string $host = 'localhost', integer $port = 2003, string $protocol = 'tcp' )
decrement ( $variable )
flush ( )
increment ( $variable )
measure ( $variable, $value )
push ( $stat, $value, $time = null )
timing ( $variable, $time )

Method Details

__construct() public méthode

public __construct ( string $host = 'localhost', integer $port = 2003, string $protocol = 'tcp' )
$host string
$port integer
$protocol string

decrement() public méthode

public decrement ( $variable )

flush() public méthode

public flush ( )

increment() public méthode

public increment ( $variable )

measure() public méthode

public measure ( $variable, $value )

push() public méthode

public push ( $stat, $value, $time = null )

timing() public méthode

public timing ( $variable, $time )