🔭
Monitoring & Observability

Jaeger

Distributed tracing for microservices

🐧 Linux🍎 Mac🪟 Windows
Reviewed: Tested on: Kubernetes 1.29 · Terraform 1.8 · Ubuntu 22.04

What is this?

Jaeger shows how a request flows through every microservice in your system.

📥

Step 01

Install Jaeger

(01)Install Jaeger

Linux
1docker run -d --name jaeger -p 16686:16686 -p 4317:4317 jaegertracing/all-in-one:latest

Step 02

Verify

(01)Verify installation

Linux
1curl http://localhost:16686
2# UI: http://localhost:16686