Skip to content

Zipkin Sample with Spring Boot, Eureka, Docker & Zipkin

Notifications You must be signed in to change notification settings

michl-b/zipkin-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zipkin-sample

Zipkin Sample with Spring Boot, Eureka, Docker & Zipkin

run environment

docker-compose -d up

is running following:

  • mysql DB as storage
  • Zipkin Server
  • Zipkin UI
  • Eureka Server for Service Dicovery

rest-service

is a Restful Spring Boot Service with a simple API /api/test/ping

rest-client

is a simple Spring Boot App which is using the API of rest-service via Feign Interface

for Spring 4 MVC App

see https://github.com/openzipkin/brave-webmvc-example

About

Zipkin Sample with Spring Boot, Eureka, Docker & Zipkin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published