In a complex distributed Kubernetes systems consisting of dozens of services, running in hundreds of pods and spanning across multiple nodes, it might be challenging to trace execution of a specific flow, especially when services interact one with another (directly via REST calls or indirectly via messaging). In this article…