Mapleが利用可能になりました — 無料トライアルを開始する
Learn

What is observability?

Understand a system's internal state from the outside — by collecting and correlating the telemetry it emits.

Definition

A plain-English definition

Observability is the ability to understand what's happening inside a software system from the outside — by collecting and correlating the telemetry it emits: traces, logs, and metrics.

The term comes from control theory, where a system is “observable” if you can infer its internal state from its outputs. Applied to software, it means a well-instrumented service produces enough signal that you can answer new questions about its behavior — including ones you didn't anticipate — without stopping to add new instrumentation first.

That distinction matters most during incidents. Modern systems are distributed, asynchronous, and full of emergent behavior, so the failure you're debugging is often one nobody predicted. Observability is what lets you explore those unknown-unknowns from the data you already collect.

The three pillars

Traces, logs, and metrics

Traces

A trace records the full path of a single request as it moves through your services, broken into timed spans. Traces show you where time went and which hop failed.

Logs

Logs are timestamped, structured records of discrete events — the detail you read when you need to know exactly what happened at a specific moment.

Metrics

Metrics are numeric measurements sampled over time — request rate, error rate, latency, saturation — ideal for dashboards, trends, and alerting.

The pillars are most useful together. A metric tells you error rate spiked; a trace shows you the one request path responsible; the logs on that span tell you why. Correlation across all three is what turns raw telemetry into an answer.

Observability vs monitoring

How they differ

Monitoring tells you whether a system is broken; observability helps you understand why.

Monitoring watches known failure modes with predefined dashboards and alerts — it's how you find out a service is down or latency crossed a threshold. It answers questions you knew to ask in advance.

Observability picks up where monitoring stops. By keeping rich, high-cardinality telemetry you can query after the fact, it lets you investigate problems you never anticipated. Monitoring is a subset of what an observable system makes possible — not a competing idea.

Standards

Observability and OpenTelemetry

OpenTelemetry is the open, vendor-neutral standard for generating and exporting traces, logs, and metrics. Instrumenting with OpenTelemetry means your telemetry isn't tied to any one vendor — you can send it to any compatible backend and switch tools without re-instrumenting your code.

That's why OpenTelemetry has become the default foundation for observability. Read our guide to OpenTelemetry for how the standard works and how Maple follows it.

Choosing a platform

How to choose an observability platform

Look for native OpenTelemetry support so you avoid lock-in, unified traces, logs, and metrics in one place, query speed at high cardinality, transparent pricing that doesn't punish you for scaling, and the option to self-host.

For a side-by-side of the leading open-source options, see our roundup of the best open-source observability tools .

Last updated: June 2026

FAQ

Frequently asked questions

What is observability in software?
Observability is the ability to understand what's happening inside a software system from the outside, by collecting and correlating the telemetry it emits — traces, logs, and metrics. A system is observable when you can answer new questions about its behavior without shipping new code to instrument it.
What are the three pillars of observability?
Traces, logs, and metrics. A trace records the full path of a single request across your services as timed spans; logs are timestamped records of discrete events; and metrics are numeric measurements sampled over time, like request rate, error rate, and latency. Correlating all three is what lets you move from “something is wrong” to “here's exactly why.”
What's the difference between observability and monitoring?
Monitoring tells you whether a system is broken; observability helps you understand why. Monitoring watches known failure modes with predefined dashboards and alerts, while observability lets you explore unknown problems by querying rich, high-cardinality telemetry after the fact.
How is observability related to OpenTelemetry?
OpenTelemetry is the open, vendor-neutral standard for generating and exporting traces, logs, and metrics. Instrumenting with OpenTelemetry means your telemetry isn't tied to one vendor — you can send it to any compatible backend and switch tools without re-instrumenting your code.
What should I look for in an observability platform?
Native OpenTelemetry support (so you avoid lock-in), unified traces, logs, and metrics in one place, query speed at high cardinality, transparent pricing that doesn't punish you for scaling, and the option to self-host. See our roundup of the best open-source observability tools for a side-by-side.

明確な観測を始めませんか?

5分以内でトレース、ログ、メトリクスの送信を開始。

maple.dev — オブザーバビリティ、シンプルに