UNPKG

turbobreaker

Version:

Exposes circuit breaker metrics through a Hystrix compliant stream

22 lines (13 loc) 886 B
# turbobreaker [![npm version](https://badge.fury.io/js/turbobreaker.svg)](http://badge.fury.io/js/turbobreaker) [![Build Status](https://api.travis-ci.org/rearwheeldrive/turbobreaker.svg)](https://travis-ci.org/rearwheeldrive/turbobreaker) [![Coverage Status](https://coveralls.io/repos/rearwheeldrive/turbobreaker/badge.svg?branch=master&service=github)](https://coveralls.io/github/rearwheeldrive/turbobreaker?branch=master) [![Dependency Status](https://david-dm.org/rearwheeldrive/turbobreaker.svg)](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 ```