Code for the blog series exploring various areas of Observability
- Observability: A Primer
- Observability: Unlocking the Power of Monitoring
- Observability: OpenTelemetry – Decoupled by design
- Observability: Following the Breadcrumbs – A Journey Through Distributed Tracing
Spin up the containers for setting up infrastructure
docker compose up -d
Start both booking-service
& booking-id-service
- Prometheus:
http://localhost:9090
- Grafana:
http://localhost:3000
- Zipkin:
http://localhost:9411
- Jaeger:
http://localhost:16686