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/*
Found a mistake or have a suggestion? Let us know in the feedback form.