This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 698116f87 docs: fix skywalking invalid link (#8544)
698116f87 is described below
commit 698116f87467b727970f9bce70269105ed6820b9
Author: Ashing Zheng <[email protected]>
AuthorDate: Thu Dec 22 09:22:52 2022 +0800
docs: fix skywalking invalid link (#8544)
---
docs/en/latest/plugins/skywalking-logger.md | 2 +-
docs/zh/latest/plugins/skywalking-logger.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/plugins/skywalking-logger.md
b/docs/en/latest/plugins/skywalking-logger.md
index dc48f19a3..411fc5f98 100644
--- a/docs/en/latest/plugins/skywalking-logger.md
+++ b/docs/en/latest/plugins/skywalking-logger.md
@@ -30,7 +30,7 @@ description: This document contains information about the
Apache APISIX skywalki
The `skywalking-logger` Plugin can be used to push access log data to
SkyWalking OAP server of HTTP.
-If there is an existing tracing context, it sets up the trace-log correlation
automatically and relies on [SkyWalking Cross Process Propagation Headers
Protocol](https://skywalking.apache.org/docs/main/latest/en/protocols/skywalking-cross-process-propagation-headers-protocol-v3/).
This provides the ability to send access logs as JSON objects to the
SkyWalking OAP server.
+If there is an existing tracing context, it sets up the trace-log correlation
automatically and relies on [SkyWalking Cross Process Propagation Headers
Protocol](https://skywalking.apache.org/docs/main/next/en/api/x-process-propagation-headers-v3/).
This provides the ability to send access logs as JSON objects to the
SkyWalking OAP server.
## Attributes
diff --git a/docs/zh/latest/plugins/skywalking-logger.md
b/docs/zh/latest/plugins/skywalking-logger.md
index 61b50c16e..347142b1e 100644
--- a/docs/zh/latest/plugins/skywalking-logger.md
+++ b/docs/zh/latest/plugins/skywalking-logger.md
@@ -31,7 +31,7 @@ description: 本文将介绍 API 网关 Apache APISIX 如何通过 skywalking-lo
`skywalking-logger` 插件可用于将 APISIX 的访问日志数据推送到 SkyWalking OAP 服务器。
-如果上下文中存在 `tracing context`,插件会自动建立 `trace` 与日志的关联,该功能依赖于 [SkyWalking Cross
Process Propagation Headers
Protocol](https://skywalking.apache.org/docs/main/latest/en/protocols/skywalking-cross-process-propagation-headers-protocol-v3/)。
+如果上下文中存在 `tracing context`,插件会自动建立 `trace` 与日志的关联,该功能依赖于 [SkyWalking Cross
Process Propagation Headers
Protocol](https://skywalking.apache.org/docs/main/next/en/api/x-process-propagation-headers-v3/)。
该插件也提供了将访问日志作为 JSON 对象发送到 SkyWalking OAP 服务器的能力。