diff --git a/topics/observability/README.md b/topics/observability/README.md index d388b6260..c3da57130 100644 --- a/topics/observability/README.md +++ b/topics/observability/README.md @@ -7,6 +7,11 @@
What's Observability?
+ + In distributed systems, observability is the ability to collect data about programs' execution, modules' internal states, and the communication among components.
+ To improve observability, software engineers use a wide range of logging and tracing techniques to gather telemetry information, and tools to analyze and use it.
+ Observability is foundational to site reliability engineering, as it is the first step in triaging a service outage.[1] +
## Monitoring