-
1. Register a slow endpoint that takes 1.5 seconds to respond. Give it a Hystrix timeout of 1 second.
2. Make one or more requests to the endpoint. They will time out.
3. Edit the endpoint in the admi…
cb372 updated
10 years ago
-
Hi, I have a custom InstanceDiscovery class, which has been deployed on the hystrix-dashboard/turbine server. From the output of catalina.out (we're running on Tomcat), the InstanceDiscovery appears …
-
For monitoring purposes it would be great if phystrix had Hystrix Turbine / Dashboard support
-
I could able to set up hystrix for monitoring my application. However in the dashboard, the data that's been shown is for the last 2-3 mins. Is there way to configure this time limit. I need to see at…
-
I am trying to use Feign + Ribbon to call an endpoint of my service. My understanding is that Ribbon will use Eureka to look up the URL to the service. Following the documentation I created a class …
-
Used Hystrix version (hystrix-core, hystrix-metrics-event-stream, hystrix-codehale-metrics-publisher): 1.3.13
Used Hystrix dashboard: 1.3.9
The circuitbreaker works fine (i.e. opens/closes) in our ap…
-
## _Note_: the latest design is [here](https://gist.github.com/allenxwang/9f290dc863705bb4903f)
# Goals
In the past two years, Ribbon has been used as an inter-processing communication client with lo…
-
The documentation says that the starter will handle excluding this for you but that apparently does not apply to gradle builds.
Here is the file I was using, running gradle dependencies will give you…
-
I am deploying hystrix-dashboard-1.3.9.war in Tomcat 7.0.42. When I use Firefox 28.0 or IE 9.0.25, the Hystrix Monitor page only shows "Loading....." for both command and threadpool but never renders …
-
Support wrapping asynchronous clients and network access.
Concepts right now are HystrixSelector and/or HystrixFuture objects that could wrap asynchronous calls.
Thread isolation would obviously not…