distributed-tracing-observability
Installation
SKILL.md
Distributed Tracing & Observability
This skill focuses on the ability to track a single user request as it travels through multiple services, identifying bottlenecks and failures in real-time.
Instructions
- Instrument services using OpenTelemetry SDKs.
- Configure exporters to send trace data to backends (Jaeger, Honeycomb, Datadog).
- Implement span-context propagation across HTTP and Message Broker headers.
- Analyze trace graphs to identify high-latency spans ('p99 latency').
- Set up dashboards for Service Level Objectives (SLOs) and Error Budgets.
Examples
- "Trace why a checkout request takes 5 seconds and find the bottleneck service."
- "Set up a Honeycomb dashboard for my distributed microservices architecture."