Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

koa-hystrix

This middleware depends on brakes, it will set a /hystrix.stream route as default. You can use hystrix-dashboard to get the circuit's status.

Usage

import Koa from 'koa';
import KoaHystrix from 'koa-hystrix';

let app = new Koa();

app.use(KoaHystrix());

API

KoaHystrix(options)

  • options.url default is "/hystrix.stream"

About

The koa middlware for hystrix-dashboard.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages