distributed-tracing
Installation
SKILL.md
Distributed Tracing
Implement distributed tracing with Jaeger and OpenTelemetry for request flow visibility.
Trace Structure
Trace (Request ID: abc123)
↓
Span (frontend) [100ms]
↓
Span (api-gateway) [80ms]
├→ Span (auth-service) [10ms]
└→ Span (user-service) [60ms]
└→ Span (database) [40ms]