Zipkin Sample with Spring Boot, Eureka, Docker & Zipkin
docker-compose -d up
is running following:
- mysql DB as storage
- Zipkin Server
- Zipkin UI
- Eureka Server for Service Dicovery
is a Restful Spring Boot Service with a simple API /api/test/ping
is a simple Spring Boot App which is using the API of rest-service via Feign Interface
see https://github.com/openzipkin/brave-webmvc-example