PHP 클래스 Beberlei\Metrics\Collector\Graphite

상속: implements Beberlei\Metrics\Collector\Collector
파일 보기 프로젝트 열기: beberlei/metrics

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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

decrement() 공개 메소드

public decrement ( $variable )

flush() 공개 메소드

public flush ( )

increment() 공개 메소드

public increment ( $variable )

measure() 공개 메소드

public measure ( $variable, $value )

push() 공개 메소드

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

timing() 공개 메소드

public timing ( $variable, $time )