What problem does it solve?
Without comprehensive production observability, teams struggle to debug outages, identify performance bottlenecks, and detect issues before they impact users, leading to prolonged downtime and poor user experience.
Core Features & Use Cases
- Structured Logging, Metrics, and Distributed Tracing: Implement the three observability pillars with JSON logs, RED/USE metric strategies, and OpenTelemetry-powered distributed tracing across polyglot services.
- SLO-Based Alerting and Dashboards: Set up symptom-driven alerts, error budget tracking, and golden signal dashboards to catch issues before users notice.
- Production Debugging and Profiling: Use continuous profiling, error tracking with Sentry, and a step-by-step playbook to resolve slow endpoints and outages fast. For example, if your order service p99 latency spikes, use this skill to trace the slow payment call, check logs for errors, and pull a CPU profile to find the bottleneck.
Quick Start
Use the observability-excellence skill to set up structured JSON logging with correlation IDs, configure OpenTelemetry tracing for your order service, and build a golden signal dashboard for latency, traffic, errors, and saturation.