Observability of Distributed Systems
How can we make our systems observable, instead of only being able to debug what we’ve thought to monitor in the past?
Learn how structured logs, metrics, and traces help SRE and DevOps practitioners find out where the systems are broken. We’ll use metrics to find slow or erroring queries, traces to find interactions between components, and logs to understand the errors in more detail.