library statsd-extension
StatsD extension for behat
tayzlor/statsd-extension
StatsD extension for behat
- Friday, June 6, 2014
- by tayzlor
- Repository
- 0 Watchers
- 1 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
BehatStatsdExtension
A StatsD extension for Behat.
Provides integration with StatsD for sending metrics from Behat tests
for graphing in a backend service such as
Graphite., (*1)
Installation
Add the following to your project's composer.json file:, (*2)
{
"require": {
"tayzlor/statsd-extension": "dev-master"
}
}