From 6511aad85ebca13f9457d34304b91a8ce0a870cf Mon Sep 17 00:00:00 2001 From: Gary Brown Date: Mon, 3 Dec 2018 15:53:15 +0000 Subject: [PATCH] FAQ telemetry: requests are not being traced (#2939) * FAQ telemetry: requests are not being traced * Minor change --- content/help/faq/telemetry/no-tracing.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/help/faq/telemetry/no-tracing.md diff --git a/content/help/faq/telemetry/no-tracing.md b/content/help/faq/telemetry/no-tracing.md new file mode 100644 index 0000000000..e3f33563d5 --- /dev/null +++ b/content/help/faq/telemetry/no-tracing.md @@ -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. +