Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A circuit's status data should be provided as a data stream #39

Closed
lance opened this issue Mar 30, 2017 · 2 comments
Closed

A circuit's status data should be provided as a data stream #39

lance opened this issue Mar 30, 2017 · 2 comments
Assignees

Comments

@lance
Copy link
Member

lance commented Mar 30, 2017

Specifically, implement https://nodejs.org/api/stream.html#stream_class_stream_readable

@lholmquist
Copy link
Member

on this now. looking to https://github.com/awolden/brakes/blob/master/lib/globalStats.js for inspiration

lholmquist added a commit to lholmquist/opossum that referenced this issue Apr 5, 2017
A stream is now provided using the circuit.hystrixStats.getHystrixStream method.
This stream can be easily turned into a SSE stream for use with a Hystrix Dashboard.
lholmquist added a commit to lholmquist/opossum that referenced this issue Apr 5, 2017
A stream is now provided using the circuit.hystrixStats.getHystrixStream method.
This stream can be easily turned into a SSE stream for use with a Hystrix Dashboard.
@lholmquist
Copy link
Member

added here 2d44df6

@ghost ghost removed the in progress label Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants