PHP Class Beberlei\Metrics\Collector\InfluxDB

Inheritance: implements Beberlei\Metrics\Collector\Collector, implements Beberlei\Metrics\Collector\TaggableCollector
Afficher le fichier Open project: beberlei/metrics Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

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 )

setTags() public méthode

public setTags ( $tags )

timing() public méthode

public timing ( $variable, $time )