Jaeger is an open source tool (https://jaegertracing.io) that recently graduated from the CNCF project. It provides distributed transaction monitoring, service dependency information, and span tracing using an open standard specification (https://github.com/opentracing/specification). Let's take a look at how to perform tracing with Jaeger:
- Open http://jaeger.istio.io and use admin/admin as the user ID and password.
If the curl command for driving traffic has stopped in the command-line window, start it again in order to send traffic to the productpage.
- Select the productpage.istio-lab service from the drop-down and click Find Traces:
The graph shows the duration, while the bottom section shows the data that has been collected from productpage tracings
- Click on the productpage.istio-lab.svc.cluster.local service and visualize the distributed...