Distributed tracing
- Trace requests across microservices
- Microservices send info to a
distributed tracing server
docker container run -p "9411:9411" "openzipkin/zipkin:2.23"
Sampling configuration
: trace only a percentage of the requests
distributed tracing server
docker container run -p "9411:9411" "openzipkin/zipkin:2.23"
Sampling configuration
: trace only a percentage of the requests