July 2019
Intermediate to advanced
502 pages
14h
English
The notifications that alert you that something is wrong can be as vague as Something is wrong with the website. Well, that's not very useful for troubleshooting, detecting the root cause, and fixing it. This is especially true for microservice-based architectures where every user request can be handled by a large number of microservices and each component might fail in interesting ways. There are several ways to try and narrow down the scope:
If you're lucky, you can just diagnose the problem right away. However, when debugging large-scale ...