-
Hi! I've successfully created automated builds on Dockerhub before, but something is going on with a new repository. It always fails trying to build the image. You can see the history of builds here h…
-
We have a Hystrix dashboard deployment that aggregates metrics from 100s of servers. While the dashboard shows counts of hosts where circuit is open, it would also be useful for it to provide host nam…
-
Hi,
I've upgraded hystrix to version 1.3.20, turbine-web to 1.0.0 and my dashboard is very wrong now (it used to work like a charm when I was using hystrix 1.3.19 and turbine-web-0.5.0-SNAPSHOT):
-…
-
Add hystrix dashboard with turbine.
-
Hi,
I've managed to get Eureka, Turbine, Hystrix and RabbitMQ working on the same box and the services are now appearing on the Hystrix dashboard :) This is using AMQP.
Now if I power up on a new ins…
-
![dashboard snapshot](https://cloud.githubusercontent.com/assets/12349330/7638455/f3a7745e-fa42-11e4-8dad-ce145044a605.jpg)
Dashboard displays error rates well above 100%...can this be explained or i…
-
Hello
I have two instances of a micro service with the following HsytrixCommand:
``` java
@HystrixCommand(commandKey = "PersistDocumentCommand", groupKey = "DocumentManagementApp")
public void p…
-
Matt,
Last time we discussed the merit of using Http connection timeout vs letting Hystrix to interrupt the thread the timeout. You did point out the disadvantage in this case is that Hystrix will …
-
Currently, services don't bind to Eureka deployed with Spring Cloud Services for CF. It should be possible to make them bind to Eureka, whether it is deployed, locally, manually in CF or through the S…
-
We are using the **org.springframework.cloud:spring-cloud-starter-hystrix:1.0.3.RELEASE** dependency in our **gradle 2.4** project with **org.springframework.boot:spring-boot-gradle-plugin:1.3.0.M1**.…