A developer have written a web application using a microservice architecture, in such a architecture, the client (web browser or mobile application) first initiates a request. The request first reaches the load balancer, then goes through an authentication service, a billing service, then requests a resource, and finally a result is returned. How many spans does such a call chain consist of?
Currently there are no comments in this discussion, be the first to comment!