What problem does it solve? Production systems often lack the instrumentation needed to diagnose failures, trace requests across services, and detect incidents before users report them. This Skill provides a complete observability playbook covering logs, metrics, traces, alerts, SLOs, and dashboards so teams can understand system behavior from external outputs. ## Core Features & Use Cases - Structured Logging Standards: Enforces JSON logs with mandatory fields (timestamp, trace_id, request_id) and correlation ID propagation across services and async queues, with code examples in Python (structlog), TypeScript (pino), and Go (slog). - Metrics and Tracing: Defines Prometheus metric naming, label cardinality rules, RED/USE methods, and OpenTelemetry distributed tracing setup with sampling strategies. - Alerting, SLOs, and Dashboards: Provides symptom-based alert design, error budget policies, burn rate alerting, and a Grafana golden-signals dashboard template. - Use Case: When adding observability to a new payment service, use this Skill to instrument structured logs, expose RED metrics, wire OpenTelemetry tracing, and create alert rules with runbook links. ## Quick Start Use the observability skill to instrument my payment service with structured logging, Prometheus RED metrics, and OpenTelemetry tracing.