Netflix / Prana

A sidecar for your NetflixOSS based services.
Apache License 2.0
502 stars 98 forks source link

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

Open uharband opened 8 years ago

uharband commented 8 years ago

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 commented 8 years ago

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.