Performance analysis

Using tracing data for application performance analysis is the classic use case of distributed tracing. Different aspects of application performance can be investigated via tracing:

  • Availability: Is the application responding to end user queries? When the application is not responding to end users, or in other words we are in an outage situation, tracing can be used to pinpoint the location in a complex architecture where things go wrong.
  • Correctness: Does the application provide accurate answers? For example, if you are trying to call a car in the middle of New York City using a ride-sharing mobile app and the system responds with an expected time of arrival of 55 minutes, the correctness of that response is suspicious. Perhaps ...

Get Mastering Distributed Tracing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.