Challenge Overview
Instrument the full task management system with all three observability signals:
- Traces: OTel SDK → OTel Collector → Tempo; correlate across API Gateway + Task Service + Worker
- Metrics:
metrics crate → Prometheus → Grafana; four golden signals + SLO dashboard
- Logs:
tracing-subscriber JSON → FluentBit → CloudWatch Logs + Loki
Every signal must include trace_id and service fields for cross-signal correlation.