(01)Install Jaeger
Linux
1docker run -d --name jaeger -p 16686:16686 -p 4317:4317 jaegertracing/all-in-one:latestDistributed tracing for microservices
What is this?
Jaeger shows how a request flows through every microservice in your system.
Step 01
1docker run -d --name jaeger -p 16686:16686 -p 4317:4317 jaegertracing/all-in-one:latestStep 02
1curl http://localhost:166862# UI: http://localhost:16686