PHP Class Beberlei\Metrics\Collector\Librato

Inheritance: implements Beberlei\Metrics\Collector\Collector
Datei anzeigen Open project: beberlei/metrics

Public Methods

Method Description
__construct ( Buzz\Browser $browser, string $source, string $username, string $password )
decrement ( $variable )
flush ( )
increment ( $variable )
measure ( $variable, $value )
timing ( $variable, $time )

Method Details

__construct() public method

public __construct ( Buzz\Browser $browser, string $source, string $username, string $password )
$browser Buzz\Browser
$source string
$username string
$password string

decrement() public method

public decrement ( $variable )

flush() public method

public flush ( )

increment() public method

public increment ( $variable )

measure() public method

public measure ( $variable, $value )

timing() public method

public timing ( $variable, $time )