davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 105 forks source link

Add correlation IDs to be able to trace "business transactions" across the micro services #9

Closed davpin closed 8 years ago

davpin commented 9 years ago

Add correlations IDs to all the calls between the micro services so we can trace user interaction across micro services.

Then we will be able to use the ELK tile to display nice dashboards with relevant information

davpin commented 8 years ago

The correlation branch is being used to do this work.

davpin commented 8 years ago

this is now in the development branch but waiting for Spring Cloud Brixton.M2 to merge into main