From 77e0158586d5b7d36ca57a9ddda136faa9695270 Mon Sep 17 00:00:00 2001 From: taloric Date: Fri, 14 Nov 2025 09:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=20k8s.pod.ip=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/08-integration/02-input/02-tracing/04-opentelemetry.md | 2 ++ 1 file changed, 2 insertions(+) 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