servicemesher / istio-official-translation

Istio官网中文本地化
https://www.servicemesher.com/istio-trans/
228 stars 45 forks source link

/faq/distributed-tracing/no-tracing.md #1046

Closed SataQiu closed 4 years ago

SataQiu commented 4 years ago

Source File: /faq/distributed-tracing/no-tracing.md Diff:

 diff --git a/content/en/faq/distributed-tracing/no-tracing.md b/content/en/faq/distributed-tracing/no-tracing.md
index 315adf60..dc1d188c 100644
--- a/content/en/faq/distributed-tracing/no-tracing.md
+++ b/content/en/faq/distributed-tracing/no-tracing.md
@@ -5,7 +5,7 @@ weight: 30

 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/observability/distributed-tracing/overview/#trace-sampling) for more information on how to set the sampling rate.
+[this section](/docs/tasks/telemetry/distributed-tracing/overview/#trace-sampling) for more information on how to set the sampling rate.

 If you still do not see any trace data, please confirm that your ports conform to the Istio [port naming conventions](/faq/traffic-management/#naming-port-convention) and that the appropriate container port is exposed (via pod spec, for example) to enable
 traffic capture by the sidecar proxy (Envoy).
huntsman-li commented 4 years ago

/accept

mesher-bot commented 4 years ago

Thank you @huntsman-li, this issue had been assigned to you.

huntsman-li commented 4 years ago

/pushed

huntsman-li commented 4 years ago

/merged