Exercise 3: Twelve Dashboards Isn't the Same Claim as "We Have Observability" — Possible Solution ==================================================================== Explanation: Twelve Grafana dashboards covering known failure modes is real, valuable MONITORING -- each dashboard represents a question someone on the team already thought of in advance ("is latency climbing," "is the error rate up," "is a queue backing up") and built a panel to answer continuously. That's genuinely useful and worth having. But by this chapter's own distinction, that's not the same claim as having observability. Observability specifically means being able to answer a NEW question -- one nobody anticipated when those twelve dashboards were designed -- using the underlying data directly, without shipping new code or waiting for someone to build a thirteenth dashboard first. If an incident happens that doesn't match any of the twelve known failure modes, the dashboards themselves offer no help; what actually matters at that point is whether the raw metrics, logs, and traces underneath those dashboards are rich and queryable enough to let someone explore a genuinely new hypothesis on the spot. So the claim is only partly true: the team clearly has good monitoring coverage for the failure modes they've already anticipated, but that says nothing, by itself, about whether they could actually investigate a genuinely unfamiliar incident using the same underlying data -- which is the real test this chapter defines for observability. WHY THIS WORKS AS AN ANSWER ------------------------------ This directly applies the chapter's own monitoring-vs-observability distinction to the specific scenario, explaining precisely what the twelve dashboards do prove (coverage of known failure modes) versus what they don't prove (the ability to answer an unanticipated question), rather than simply asserting the claim is wrong.