You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added distributed tracking with #SpringCloud #Sleuth and #Zipkin #71
Release notes:
Add Zipkin to the Microservices diagram, and visualize the whole system.
Add dependencies to the maven files to bring in Spring Cloud Sleuth and the capability of sending trace information to Zipkin.
Add dependencies to RabbitMQ and Kafka for the projects that haven't used them before, that is, the Spring Cloud projects authorization-server, eureka-server, and gateway.
Configure the Microservices to send trace information to Zipkin using either RabbitMQ or Kafka.
Add a Zipkin server to the Docker compose files.
Add the kafka Spring profile in docker-compose-kafka.yml to the Spring Cloud projects authorization-server, eureka-server, and gateway.
Cleaning more docker-compose.yml files configurations, to common configurations profiles under config/repo.