mirror of https://github.com/istio/istio.io.git
add content_zh/help/faq/telemetry/istio-copy-headers.md (#2954)
This commit is contained in:
parent
3aadbe38d6
commit
a3e243e3f8
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 为什么 Istio 不能取代应用程序来传播 header?
|
||||
weight: 10
|
||||
---
|
||||
|
||||
尽管 Istio sidecar 将处理与之关联的应用程序实例的入站和出站请求,但它并不能隐式地将出站请求和与该出站请求对应的入站请求建立联系。
|
||||
实现这种相关性的唯一方法是应用程序[传递从入站请求到出站请求的关联信息](/zh/docs/tasks/telemetry/distributed-tracing/#发生了什么)(比如,header)。
|
||||
Loading…
Reference in New Issue