What problem does it solve?
This Skill helps teams implement robust observability by defining consistent logging, metrics, alerting, and health-check patterns for production services, enabling proactive incident detection and faster remediation.
Core Features & Use Cases
- Structured logging using JSON with traceability via correlation IDs across service boundaries.
- Instrumentation of the four golden signals: latency, traffic, errors, saturation.
- Health checks for services and health status aggregation for dashboards and incident response.
- Alerting rules that trigger on symptoms (not causes) to reduce alert fatigue.
- Guidelines for dashboards, incident response workflows, and how to evolve observability over time.
Quick Start
Deploy a minimal observability setup in a new service: enable JSON logs, add a basic health-check endpoint, and configure simple latency and error-rate metrics to surface in a dashboard.