stagemonitor / boot-zipkin

Example Spring Boot application showing distributed tracing with stagemonitor and Zipkin
3 stars 1 forks source link

Example Spring Boot application showing distributed tracing with stagemonitor and Zipkin

This is an example app where two Spring Boot (Java) services collaborate on an http request. Notably, timing of these requests are recorded into Zipkin, a distributed tracing system. This allows you to see the how long the whole operation took, as well how much time was spent in each service.

Stagemonitor automatically instruments the Client and Server Spring Boot application so that tracing data is sent to Zipkin. No code changes required.

Run the example