turbobreaker
Version:
Exposes circuit breaker metrics through a Hystrix compliant stream
22 lines (13 loc) • 886 B
Markdown
# turbobreaker
[](http://badge.fury.io/js/turbobreaker) [](https://travis-ci.org/rearwheeldrive/turbobreaker) [](https://coveralls.io/github/rearwheeldrive/turbobreaker?branch=master) [](https://david-dm.org/rearwheeldrive/turbobreaker)
Exposes circuit breaker metrics through a Hystrix-compliant stream.
## Usage
First, install the module into your node project:
```shell
npm install turbobreaker --save
```
## Tests
The test for the module are written using mocha and chai. To run the unit tests, you can use the gulp `test` task:
```shell
npm run test
```