You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: