Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

observability

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Observability

Observability, for lack of simpler term, is our ability to collect data about how the Docs operates. These tools allow us to monitor the health of our systems, catch any errors, and get paged if a system stops working.

In this directory we have files that connect us to our observability tools, as well as high-level error handling that helps keep our systems resilient.

We collect data in our observability systems to track the health of the Docs systems, not to track user behaviors. User behavior data collection is under the src/events directory.