GLOSSARY logo

GLOSSARY

THE TECHNICAL LANGUAGE OF DIGITAL B2B INFRASTRUCTURE

PRACTICE
SYSTEMS ARCHITECTURE

Observability

The ability to understand a system’s internal state and behaviour from the telemetry and contextual information it produces.


BUSINESS RELEVANCE

Observability shortens incident diagnosis, supports reliability and capacity decisions, and makes distributed systems and automation accountable in production.


IMPLEMENTATION EXAMPLE

A team correlates a slow customer request across a trace, service metrics, deployment metadata, and logs to identify a database query introduced by a recent release.


LIMITATIONS

Collecting large volumes of telemetry does not guarantee insight. Poor instrumentation, missing context, uncontrolled cardinality, retention costs, and alert noise can undermine observability.


TECHNICAL EXPLANATION

Observable systems emit correlated signals such as traces, metrics, logs, events, and profiles. Instrumentation, context propagation, service metadata, and queryable telemetry allow teams to investigate known and novel failures and ask why behaviour occurred.


Secondary Topics

Data Engineering, Intelligent Automation

Sources

OpenTelemetry — Observability primer — https://opentelemetry.io/docs/concepts/observability-primer; OpenTelemetry Signals — https://opentelemetry.io/docs/concepts/signals/