#415 Update README.md ["What's Observability?"] (#10208)

No answer for "What's Observability?"
 opened 3 weeks ago by bbrewington
This commit is contained in:
srishakthidhara 2023-08-25 01:25:19 +05:30 committed by GitHub
parent 06cfaea4b9
commit b9b84f8015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,11 @@
<details>
<summary>What's Observability?</summary><br><b>
In distributed systems, observability is the ability to collect data about programs' execution, modules' internal states, and the communication among components.<br>
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.<br>
Observability is foundational to site reliability engineering, as it is the first step in triaging a service outage.<sup title="wikipedia"><a href="https://en.wikipedia.org/wiki/Observability_(software)">[1]</a></sup>
</b></details>
## Monitoring