Observability yaiku kemampuan kanggo ngerti internal state saka sistem saka external outputs-e — lumantar logs, metrics, lan traces. Iku essential kanggo operate, debug, lan maintain systems (terlebih-lebih distributed ones), ngendi kowe ora bisa manage apa sing ora bisa kowe delok.
Telu pilar observability
LOGS → timestamped records of events (what happened) → detailed, for debugging specific issues
METRICS → numerical measurements over time (CPU, latency, request rate, error rate) →
aggregate health/performance; dashboards; alerting
TRACES → follow a request's path through the system (across services) → understand flows,
find bottlenecks/failures in DISTRIBUTED systems (which service was slow?)
→ together: understand WHAT happened, the OVERALL state, and the PATH of requests.
