Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Apr 1, 2016
1 parent b09d75e commit 5b7b9f3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,21 @@ Now, on application startup, it will register with Eureka Server and provide met

Also, Eureka provides simple interface, where you can track running services and number of available instances: `http://localhost:8761`

### Http client, Load balancer and Circuit breaker
### Load balancer, Circuit breaker and Http client

Moreover, Netflix OSS provides another great set of tools.

#### Ribbon

#### Hystrix

#### Feign

### Monitor dashboard

In this project configuration, each microservice with Hystrix on board pushes metrics to Turbine via Spring Cloud Bus (with AMQP broker). The Monitoring project is just a small Spring boot application with [Turbine](https://github.com/Netflix/Turbine) and [Hystrix Dashboard](https://github.com/Netflix/Hystrix/tree/master/hystrix-dashboard).

See below [how get it up and running](https://github.com/sqshq/PiggyMetrics#how-to-run-all-the-things).
See below [how to get it up and running](https://github.com/sqshq/PiggyMetrics#how-to-run-all-the-things).

Let's see our system behavior under load: Account service calls Statistics service and it responses with a vary imitation delay.

Expand Down

0 comments on commit 5b7b9f3

Please sign in to comment.