kirsing / spring-cloud-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-cloud-modulesScreenshot (65)

First client: https://github.com/kirsing/Client-pizza1

Second client: https://github.com/kirsing/Client-pizza2

Third client: https://github.com/kirsing/Client-pizza3

Eureka-Server: https://github.com/kirsing/my-eureka-server-

Ribbon-Client: https://github.com/kirsing/my-loadbalancer-netflix-ribbon

Zuul Proxy Server: https://github.com/kirsing/my-proxy-server-zuul

Spring Cloud Sleuth provides Spring Boot auto-configuration for distributed tracing. Screenshot from 2022-09-07 20-22-58

Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data.

The quickest start is to run the latest image directly:

docker run -d -p 9411:9411 openzipkin/zipkin

App properties were enlarged: Screenshot from 2022-09-07 20-25-09

About