Jaeger
This task uses the Bookinfo sample as the example application.
To learn how Istio handles tracing, visit this task’s .
Follow the documentation to deploy Jaeger into your cluster.
When you enable tracing, you can set the sampling rate that Istio uses for tracing. Use the option during installation to set the sampling rate. The default sampling rate is 1%.
Deploy the sample application.
For testing (and temporary access), you may also use port-forwarding. Use the following, assuming you’ve deployed Jaeger to the istio-system
namespace:
From the left-hand pane of the dashboard, select
productpage.default
from the Service drop-down list and click Find Traces:Click on the most recent trace at the top to see the details corresponding to the latest request to the
/productpage
:Detailed Trace View
The trace is comprised of a set of spans, where each span corresponds to a Bookinfo service, invoked during the execution of a request, or internal Istio component, for example:
istio-ingressgateway
.