Skip to content

Commit

Permalink
add content_zh/help/faq/telemetry/istio-copy-headers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SataQiu committed Jan 3, 2019
1 parent dfe9741 commit d403444
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content_zh/help/faq/telemetry/istio-copy-headers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: 为什么 Istio 不能取代应用程序来传播 header?
weight: 10
---

尽管 Istio sidecar 将处理与之关联的应用程序实例的入站和出站请求,但它并不能隐式地将出站请求和与该出站请求对应的入站请求建立联系。
实现这种相关性的唯一方法是应用程序[传递从入站请求到出站请求的关联信息](zh/docs/tasks/telemetry/distributed-tracing/#发生了什么)(比如,header)。

0 comments on commit d403444

Please sign in to comment.