observability
Installation
SKILL.md
Observability
If you cannot ask arbitrary questions about your system's behavior from the outside, your system is not observable — it is merely monitored.
The Three Pillars
Logs — What Happened
Logs are timestamped, discrete event records. They capture what happened at a specific moment: an error thrown, a user action, a configuration loaded, a connection refused.
Use logs when you need: