PHP 클래스 Beberlei\Metrics\Collector\InfluxDB

상속: implements Beberlei\Metrics\Collector\Collector, implements Beberlei\Metrics\Collector\TaggableCollector
파일 보기 프로젝트 열기: beberlei/metrics 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Client $client )
decrement ( $variable )
flush ( )
increment ( $variable )
measure ( $variable, $value )
setTags ( $tags )
timing ( $variable, $time )

메소드 상세

__construct() 공개 메소드

public __construct ( Client $client )
$client InfluxDB\Client

decrement() 공개 메소드

public decrement ( $variable )

flush() 공개 메소드

public flush ( )

increment() 공개 메소드

public increment ( $variable )

measure() 공개 메소드

public measure ( $variable, $value )

setTags() 공개 메소드

public setTags ( $tags )

timing() 공개 메소드

public timing ( $variable, $time )