PHP 클래스 Beberlei\Metrics\Collector\Telegraf

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

공개 메소드들

메소드 설명
__construct ( string $host = 'localhost', string $port = '8125', string $prefix = '' )
decrement ( $variable )
flush ( )
gauge ( $variable, $value )
increment ( $variable )
measure ( $variable, $value )
set ( $variable, $value )
setTags ( $tags )
timing ( $variable, $time )

메소드 상세

__construct() 공개 메소드

public __construct ( string $host = 'localhost', string $port = '8125', string $prefix = '' )
$host string
$port string
$prefix string

decrement() 공개 메소드

public decrement ( $variable )

flush() 공개 메소드

public flush ( )

gauge() 공개 메소드

public gauge ( $variable, $value )

increment() 공개 메소드

public increment ( $variable )

measure() 공개 메소드

public measure ( $variable, $value )

set() 공개 메소드

public set ( $variable, $value )
$variable
$value

setTags() 공개 메소드

public setTags ( $tags )

timing() 공개 메소드

public timing ( $variable, $time )