PHP Class Beberlei\Metrics\Collector\InfluxDB

Inheritance: implements Beberlei\Metrics\Collector\Collector, implements Beberlei\Metrics\Collector\TaggableCollector
Datei anzeigen Open project: beberlei/metrics Class Usage Examples

Public Methods

Method Description
__construct ( Client $client )
decrement ( $variable )
flush ( )
increment ( $variable )
measure ( $variable, $value )
setTags ( $tags )
timing ( $variable, $time )

Method Details

__construct() public method

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

decrement() public method

public decrement ( $variable )

flush() public method

public flush ( )

increment() public method

public increment ( $variable )

measure() public method

public measure ( $variable, $value )

setTags() public method

public setTags ( $tags )

timing() public method

public timing ( $variable, $time )