What problem does it solve?
This skill solves the critical problem of invisible system failures by defining how to measure, alert on, and debug production services, ensuring that outages are detected by telemetry rather than user complaints.
Core Features & Use Cases
- Telemetry Strategy: Defines the implementation of metrics, logs, and traces to provide full-stack visibility.
- Alerting & SLOs: Establishes actionable, symptom-based alerting using Service Level Objectives (SLOs) and error budgets to minimize noise.
- Health Gating: Configures liveness and readiness probes to ensure system stability and graceful recovery during traffic spikes.
- Use Case: When designing a new microservice, use this skill to determine the appropriate RED/USE metrics to track, set up SLO-based alerts, and define health check endpoints that prevent the system from entering a restart loop.
Quick Start
Use the observability skill to define the monitoring strategy, SLOs, and health check logic for the current system design.