What problem does it solve? Production features often ship without telemetry, so when incidents occur engineers cannot tell what happened from the available data. This Skill guides you through instrumenting code with structured logs, metrics, distributed traces, and symptom-based alerts so production behavior is visible and diagnosable. ## Core Features & Use Cases - Structured Logging: Enforces JSON log events with stable event names, consistent log levels, mandatory correlation IDs, and redaction of secrets and PII. - Metrics and Tracing: Applies RED/USE metric patterns with bounded label cardinality, histogram-based latency percentiles, and OpenTelemetry auto-instrumentation for distributed tracing. - Alerting and Verification: Designs symptom-based alerts with runbooks and severities, then verifies telemetry by inducing failures in staging. - Use Case: When adding a payment retry flow, use this Skill to define the on-call questions first, then add structured payment_failed log events, RED metrics on the provider calls, and an alert on elevated error rate before shipping. ## Quick Start Ask the AI to review your new production feature and add structured logging, RED metrics, tracing, and alerts following the observability checklist.