Distributed Tracing — The Most Wanted and Missed Tool in the Microservice World

79

We, as engineers, always wanted to simplify and automate things. This is something in our nature. That’s how our brains work. That’s how procedural programming was born. After some time, the next level of evolution was object oriented programming.

The idea was always the same. Take something big and try to split it into isolated abstractions with hidden implementations. It is much easier to think about complex system using abstractions. It is way more efficient to develop isolated blocks.

The way we did system architecture design was evolving too…

Read more at Init.ai Decoded