FAQ telemetry: requests are not being traced (#2939)

* FAQ telemetry: requests are not being traced

* Minor change
This commit is contained in:
Gary Brown 2018-12-03 15:53:15 +00:00 committed by Shriram Rajagopalan
parent c6dd738246
commit 6511aad85e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
title: Requests are not being traced
weight: 20
---
Since Istio 1.0.3, the default sampling rate for tracing has been reduced to 1% when installing Istio using the helm chart. This means that only 1 out of 100 trace instances captured by Istio will be reported to the tracing backend. The sampling rate in the `istio-demo.yaml` is still set to 100%. See [this section](/docs/tasks/telemetry/distributed-tracing/#trace-sampling) for more information on how to set the sampling rate.