Distributed Tracing

Instrument and debug distributed systems with tracing — OpenTelemetry setup, span creation, context propagation (W3C traceparent), sampling strategy, exporter configuration (Jaeger/Tempo/Honeycomb/Datadog), and correlating traces with logs. Use when asked to "add tracing", "OpenTelemetry", "OTel", "distributed trace", "trace propagation", "traceparent header", "find slow span", "Jaeger", "Tempo", "Honeycomb", "why is this request slow across services", or "trace ID in logs". Do NOT use for: metrics collection alone — see observability-instrumentation. Do NOT use for: single-service profiling — tracing spans cross-service boundaries.

yanacuti1121 42d41a2 7.6 KB Updated 2 repo stars

File contents

yanacuti1121/Yana-AI/tree/main/core/skills/distributed-tracing commit 42d41a22d5

Frequently asked questions

npx skillmds add yanacuti1121/distributed-tracing