diff --git a/docs/zh/08-integration/02-input/02-tracing/04-opentelemetry.md b/docs/zh/08-integration/02-input/02-tracing/04-opentelemetry.md index 4fd8845d..58375de2 100644 --- a/docs/zh/08-integration/02-input/02-tracing/04-opentelemetry.md +++ b/docs/zh/08-integration/02-input/02-tracing/04-opentelemetry.md @@ -131,6 +131,8 @@ processors: action: insert ``` +但仍需注意,对 K8S 环境而言,需要确保提供的 `k8s.pod.ip` 能正确对应上 K8S Pod IP,否则 DeepFlow 收集 OTel 标签时没法正确关联到 K8S Pod 上。 + 最后,在 service.pipeline 中,对 `traces` 一节增加: ```yaml