Observability Instrumentation
Installation
SKILL.md
Observability Instrumentation
Implement three pillars of observability: logs, metrics, and traces.
You can't improve what you can't measure. You can't debug what you can't observe.
When to Use This Skill
Use this skill when:
- π No observability: Starting from scratch
- π Unstructured logs: Printf debugging, no context
- π No metrics: Can't measure performance or errors
- π Hard to debug: Production issues take hours to diagnose
- π Performance unknown: No visibility into bottlenecks
- π― SLO/SLA tracking: Need to measure reliability