-
Notifications
You must be signed in to change notification settings - Fork 107
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
Get HystrixStats #124
Comments
@DavideCarvalho I don't understand why you would do this. The circuit in this case is never firing, so there is no data to pipe through the stream. That said, I don't think it should throw a |
In your example, you get the stream from only one circuit (at least i think it's from only one circuit, since you get the hystrixStatus from the circuit you just created), i'd like to know how aggregate all the stream so I can use on my url. |
I will take a look, but I do not believe this is currently possible. Please feel free to submit a feature request for this, and I will look into it. |
@DavideCarvalho there is an open pull request for this here #140. If you have feedback on this it would be welcome. |
@DavideCarvalho can you confirm whether #140 addresses your concerns? |
I'm going to go ahead and close this. If you find that your issue has not been resolved, feel free to reopen or to create a new issue. |
Is there any way of getting HystrixStats to open the stream url without opening a circuit?
I Tried the folowing code but it give's me an error "TypeError: Cannot read property 'name' of undefined"
The text was updated successfully, but these errors were encountered: