Problem
System is a black box. Dashboards show symptoms, not causes. Debugging takes hours.
Also known as: three-pillars, metrics-logs-traces, otel
Understand system internal state through external outputs: metrics (what), logs (why), traces (where).
System is a black box. Dashboards show symptoms, not causes. Debugging takes hours.
Medium-High — storage, query, retention
High — instrumentation, dashboards, alerts
Medium — three pillars, correlation
High cardinality → storage explosion, query timeout
Sampling misses rare errors (tail-based mitigates)
Clock skew → trace ordering wrong
Missing context propagation → fragmented traces
Alert fatigue: too many, not actionable