Observability

What is observability — and how is it different from monitoring?

The two words get used interchangeably by people selling things. They name different capabilities, you often need both, and the order you build them in matters.

Monitoring, observability and prediction as layers

Monitoring is watching known signals for known problems — is the site up, is latency normal, is the error rate rising. Observability is the ability to understand a system's internal state from its outputs, so you can diagnose problems you never anticipated. Monitoring tells you that something is wrong; observability helps you work out why. They are complements, not competitors — and a third capability, proactive detection, extends the timeline in the other direction by asking what is likely to go wrong next.

Key takeaways
  • Monitoring watches known-important signals and answers "is something wrong?" — fast, cheap, and essential.
  • Observability is a property of the system: can its outputs answer questions you did not plan in advance? It answers "why is it wrong?".
  • The "three pillars" — metrics, logs, traces — are ingredients of observability, not a synonym for it.
  • Build in order: monitoring first (know that), observability as complexity demands it (know why), proactive detection on top (know before).
  • For most small-to-mid teams, full observability tooling is a later purchase than vendors suggest — but monitoring is never optional.

Monitoring: known questions, continuous answers

Monitoring predefines what matters — availability, latency, error rate, certificate expiry — and checks it continuously. Its virtues are speed and clarity: a failed check is unambiguous, cheap to run, and fires within minutes of the problem. Its structural limit is that it only watches what someone decided in advance to watch: the known unknowns. A failure mode nobody anticipated has no check waiting for it.

That limit is real but smaller than it sounds, because most production problems are variations on a familiar catalogue — outages, endpoint failures, error spikes, latency drift, dead jobs, dependency outages. A well-built monitoring layer catches the catalogue. What it cannot do by itself is explain a novel failure's internals — which is where the second capability comes in.

Observability: unknown questions, answerable later

Observability is borrowed from control theory: a system is observable if its internal state can be inferred from its outputs. Applied to software: when something strange happens, can you interrogate the system's telemetry to reconstruct what occurred — without shipping new code to add the missing print statement?

The conventional ingredients are the three pillars:

But the pillars are ingredients, not the property. A team can ship all three and still be unable to answer novel questions — unstructured logs, uncorrelated traces, metrics without labels. Observability is achieved when the outputs are rich and connected enough that new questions get answers. That richness has a real cost — instrumentation effort, storage, query tooling — which is why it should be bought when the questions demand it, not on principle.

How they fit together (and the build order)

The clean division of labour:

QuestionCapability
Is something wrong right now?Monitoring
Why is it wrong — what is the mechanism?Observability
What is drifting toward wrong?Proactive detection (baselines + trends on monitoring data)

The practical build order follows the questions' urgency. Monitoring first, always: knowing about problems is the precondition for everything else, and it is cheap. Observability as complexity demands it: a monolith with a database can usually be understood by reading; once requests cross many services, "why" needs traces and structured logs. Proactive detection is not a third toolset but a way of using monitoring data — baselines and deviation detection layered on checks you already run.

The common failure is inverting the order: buying an observability platform while the checkout endpoint has no check on it. Deep diagnosis of problems you find out about from customers is a strange place to start.

The evolution: from "is it down?" to "what's next?"

The industry's trajectory is a lengthening timeline of the same underlying question:

  1. Reactive monitoring — "it is down" — detect failure fast; the 2000s baseline.
  2. Observability — "here is why it broke" — diagnose complex systems; the 2010s addition, driven by microservices.
  3. Proactive detection — "it is heading toward broken" — baselines, trend analysis and early warnings on the monitoring layer; the current frontier for most teams.

Each layer builds on the previous one's data. Proactive detection in particular is mostly arithmetic on stored monitoring history — which means teams that never adopted heavyweight observability can still reach it: the prerequisite is stored checks, not a platform migration. Honest positioning matters here: proactive detection does not replace observability's diagnostic depth, and observability platforms do not automatically provide early warning. They answer different questions on different timelines — the reactive/proactive comparison makes the timeline explicit.

A practical bridge between the two for a small team is an SLO with an error budget: monitoring supplies the measurement, the budget supplies the decision.

Quick reference

MonitoringContinuous checking of predefined signals — answers "is something wrong?"
ObservabilitySystem property: internal state inferable from outputs — answers "why is it wrong?"
Three pillarsMetrics, logs, traces — ingredients of observability, not its definition
Proactive detectionBaselines + trend analysis on monitoring data — answers "what is going wrong next?"
Build orderMonitoring first, observability as complexity demands, proactive detection on stored history
Common mistakeBuying diagnostic depth before basic detection coverage exists

Frequently asked questions

What is the difference between monitoring and observability?

Monitoring continuously checks predefined signals — availability, latency, error rates — and tells you that something is wrong. Observability is a property of a system: whether its outputs (metrics, logs, traces) are rich enough to let you work out why something went wrong, including problems nobody anticipated. Monitoring detects; observability diagnoses.

What are the three pillars of observability?

Metrics (numeric time series showing trends and shapes), logs (detailed records of discrete events), and traces (the path of a request across services, with timing per hop). They are the standard ingredients — but having all three does not itself make a system observable; the telemetry must be structured and connected well enough to answer new questions.

Do I need observability tooling or is monitoring enough?

It depends on diagnostic complexity. If your architecture is simple enough that, once alerted, you can find the cause by reading code and checking a database, monitoring plus discipline is enough. When requests cross many services and "which hop failed?" becomes genuinely hard, traces and structured logs earn their cost. Monitoring is unconditional; observability is bought when the questions demand it.

Which should come first, monitoring or observability?

Monitoring, without exception. Detection is the precondition for diagnosis — deep telemetry on problems you learn about from customers is backwards. Establish outside-in checks, per-endpoint monitoring, frontend error collection and baselines first; add diagnostic depth as system complexity makes "why" questions hard.

Where does proactive detection fit between them?

Proactive detection extends monitoring forward in time: using stored check history to define normal behaviour, then flagging deviations and trends before they become failures. It is arithmetic on monitoring data rather than a separate telemetry stack, which makes it reachable for teams that have never adopted heavyweight observability platforms.

Does proactive monitoring replace observability?

No. Early warnings tell you something is drifting and roughly where to look; they do not reconstruct the internal mechanism of a novel failure the way traces and rich logs can. Equally, observability platforms do not automatically provide early warning. Mature teams treat them as complementary layers answering different questions.

How Merik handles it

Merik sits deliberately at layers one and three of this evolution. The monitoring layer: outside-in checks, per-endpoint assertions, SSL monitoring, browser error collection — the "is something wrong?" question, answered continuously. The proactive layer: 14-day baselines per monitor, deviation and trend detection, and early warnings carrying risk, confidence and evidence — the "what is going wrong next?" question, answered from Merik's own stored history.

What Merik honestly is not: a log aggregation or distributed tracing platform. When your architecture grows into deep "why" questions, dedicated observability tooling complements what Merik detects — and the incident timeline, with its deploy correlation and dependency context, tells you where to point that tooling first. Detection coverage now, diagnostic depth when you need it, and no pretence that one substitutes for the other.

Create your workspace →

Or talk to us about your team →