Method | Description | |
---|---|---|
decrement ( string $variable ) | Decrements a counter. | |
flush ( ) | Sends the metrics to the adapter backend. | |
increment ( string $variable ) | Increments a counter. | |
measure ( string $variable, integer $value ) | Updates a counter by some arbitrary amount. | |
timing ( string $variable, integer $time ) | Records a timing. |