Back to Glossary
Monitoring

What is Observability?

The ability to understand the internal state of a system from its external outputs.

Observability is the property of a system that allows you to understand its internal state by examining its outputs — the three pillars being metrics (aggregated numbers over time), logs (discrete event records), and traces (request flows across services). A highly observable system lets you diagnose unknown failures without adding new instrumentation. OpenTelemetry provides a vendor-neutral standard for instrumenting applications for all three signals.

Deep Dive Guide

opentelemetry complete guide

Test your knowledge of Observability and 130 other DevOps concepts