Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# What is observability

One of the fallacies of distributed computing states that observability is optional. In this project, we will show you why that's wrong and will help you to make your systems more observable.

## What it is

Observability is the capability to continuously generate and discover actionable insights based on signals from the system under observation. In other words, observability allows users to understand a system’s state from its external output and take (corrective) action.


## Problem it addresses

Computer systems are measured by observing low-level signals such as CPU time, memory, disk space, and higher-level and business signals, including API response times, errors, transactions per second, etc.
Expand Down