Microservices architecture is the new norm for building products these days. An application made up of hundreds of independent services enables teams to work independently and accelerate development. However, such highly distributed applications are also harder to monitor.When hundreds of services are traversed to satisfy a single request, it becomes difficult to investigate … [Read more...] about Cracking Performance Issues in Microservices with Distributed Tracing
microservices
What does SRE mean in the age of microservices?
Site Reliability Engineering (SRE) practice was established by Google nearly 20 years ago, and was popularized with Google’s monumental SRE Book. Everyone’s been attempting to follow that iconic path ever since.What are SLI, SLO and SLA anyway?SRE practice revolves around the concepts of SLO, SLI, SLA, and the related “error budget”. The Google SRE Book, which laid the … [Read more...] about What does SRE mean in the age of microservices?