Skip to content

Example SpringBoot Application Integrated With Zipkin and Sleuth for Distributed Tracing

Notifications You must be signed in to change notification settings

wissensalt/spring-zipkin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

spring-zipkin-example

Example SpringBoot Application Integrated With Zipkin and Sleuth for Distributed Tracing

Zipkin Works as machine to collect logs from distributed service. and trace every single of it. To enable Zipkin Server use @ZipkinServer your services.

Sleuth Works as client for Zipkin client To enable Zipkin client use Bean AlwaysSample on your services.

Zipkin Client

Zipkin Client running on port 8080. Hit at least once to feed log

Zipkin Server

URL http://localhost:9411/zipkin/ will show Zipkin UI

UI

Trace

About

Example SpringBoot Application Integrated With Zipkin and Sleuth for Distributed Tracing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages