Observability Overview
Logging
Debugging with Logs
Observability Tools
Practice
Assignment
Back end Track
Under construction
<aside>
๐ง
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is observability โ understanding system behavior from external outputs
- The three pillars: logs, metrics, traces
- Logs โ what happened (events)
- Metrics โ how the system is performing (counters, gauges, histograms)
- Traces โ the path of a request through services
- Why all three are needed โ each answers different questions
Observability in microservices vs monoliths
The HackYourFuture curriculum is licensed underย CC BY-NC-SA 4.0
*https://hackyourfuture.net/*

Built with โค๏ธ by the HackYourFuture community ยท Thank you, contributors
Found a mistake or have a suggestion? Let us know in the feedback form.