Observability

Observability for TypeScript services: one wide event per request or job, high-cardinality fields, span and metric design, OTel export, tail sampling. Use when adding or reviewing logging, tracing, telemetry, metrics or OTel wiring, deciding what a request or job should record, or debugging production from what a service already emits. Owns instrumentation decisions — prefer over general TypeScript-quality guidance. Triggers on 'add logging', 'instrument this', 'add tracing', 'wire up OTel', 'I can't tell what happened in prod'.

Mark-Life 4b4ce77 2 files · 22.7 KB Updated

File contents

Mark-Life/agent-skills/tree/main/skills/coding-workflows/observability commit 4b4ce77bba

Frequently asked questions

npx skillmds@latest add mark-life/observability