Observability And Instrumentation

Instruments code so production behavior is visible and diagnosable from the outside. Use the moment you add logging, metrics, tracing, or alerting — and as you build ANY feature that runs in production and will need evidence it works. Instrument as you build, not after the first incident becomes archaeology. Use when a production issue is reported but the telemetry can't tell you what happened. Referenced by incremental-implementation (instrument each slice), by pull-request (the telemetry evidence in the draft PR and its risk band), and by shipping-and-launch at the pre-launch gate, which is release-level and runs after the human merges.

celestialdust 3a9a41d 14.0 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/observability-and-instrumentation commit 3a9a41d815

Frequently asked questions

npx skillmds@latest add celestialdust/observability-and-instrumentation