OPERATIONS

Observability

The ability to understand a system's internal state from the data it produces: metrics, logs, and traces. Observability goes beyond monitoring by letting you ask new questions of a system without shipping new code.

IN PRACTICE

When latency spikes, an observability platform lets the operator trace a single slow request across a dozen microservices to find the one database call that stalled.

← Back to glossary