From a3e243e3f8e8f260c946063213a6e252dd12f5b2 Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Thu, 3 Jan 2019 18:46:42 +0800 Subject: [PATCH] add content_zh/help/faq/telemetry/istio-copy-headers.md (#2954) --- content_zh/help/faq/telemetry/istio-copy-headers.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content_zh/help/faq/telemetry/istio-copy-headers.md diff --git a/content_zh/help/faq/telemetry/istio-copy-headers.md b/content_zh/help/faq/telemetry/istio-copy-headers.md new file mode 100644 index 0000000000..4e0e03d001 --- /dev/null +++ b/content_zh/help/faq/telemetry/istio-copy-headers.md @@ -0,0 +1,7 @@ +--- +title: 为什么 Istio 不能取代应用程序来传播 header? +weight: 10 +--- + +尽管 Istio sidecar 将处理与之关联的应用程序实例的入站和出站请求,但它并不能隐式地将出站请求和与该出站请求对应的入站请求建立联系。 +实现这种相关性的唯一方法是应用程序[传递从入站请求到出站请求的关联信息](/zh/docs/tasks/telemetry/distributed-tracing/#发生了什么)(比如,header)。