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

how do i configure prana to expose the hystrix.stream #19

Open
uharband opened this issue Oct 25, 2015 · 1 comment
Open

how do i configure prana to expose the hystrix.stream #19

uharband opened this issue Oct 25, 2015 · 1 comment

Comments

@uharband
Copy link

Hi,

what do i need to configure in the prana sidecar in order to expose the hystrix.stream?
my goal is to see the circuit breaker in real time in the hystrix dashboard

Thanks,

Uzi

@turick
Copy link

turick commented Nov 12, 2015

Uzi,

I'm no expert and I could be wrong, but I think Prana simply advertises a 3rd party service and can utilize a healthcheck url implemented on the 3rd party service to properly report health. Traffic doesn't actually get routed/proxied through Prana to the 3rd party service. Prana or not, I don't believe the circuit breaker implementation has anything to do with the service that's being called... it's implemented on the calling service. So if ServiceA is making a request to ServiceB, ServiceA would implement the circuit breaker and provide fallback mechanisms if it can't reach ServiceB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants