This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 681659ef4 docs: remove unnecessary sentence in opentelemetry plugin
doc (#12660)
681659ef4 is described below
commit 681659ef4431ff93fcf4d5ce035b5b42e6374948
Author: Traky Deng <[email protected]>
AuthorDate: Sat Oct 11 16:31:48 2025 +0800
docs: remove unnecessary sentence in opentelemetry plugin doc (#12660)
---
docs/en/latest/plugins/opentelemetry.md | 2 --
docs/zh/latest/plugins/opentelemetry.md | 2 --
2 files changed, 4 deletions(-)
diff --git a/docs/en/latest/plugins/opentelemetry.md
b/docs/en/latest/plugins/opentelemetry.md
index dc47b0f66..061c26212 100644
--- a/docs/en/latest/plugins/opentelemetry.md
+++ b/docs/en/latest/plugins/opentelemetry.md
@@ -107,8 +107,6 @@ plugins:
Reload APISIX for changes to take effect.
-See [static configurations](#static-configurations) for other available
options you can configure in `config.yaml`.
-
### Send Traces to OpenTelemetry
The following example demonstrates how to trace requests to a Route and send
traces to OpenTelemetry.
diff --git a/docs/zh/latest/plugins/opentelemetry.md
b/docs/zh/latest/plugins/opentelemetry.md
index 2ba1c099d..f22d90c93 100644
--- a/docs/zh/latest/plugins/opentelemetry.md
+++ b/docs/zh/latest/plugins/opentelemetry.md
@@ -106,8 +106,6 @@ plugins:
重新加载 APISIX 以使更改生效。
-有关 `config.yaml` 中可以配置的其他选项,请参阅[静态配置](#静态配置)。
-
### 将 Traces 上报到 OpenTelemetry
以下示例展示了如何追踪对路由的请求并将 traces 发送到 OpenTelemetry。