SylviaBABY commented on code in PR #7170:
URL: https://github.com/apache/apisix/pull/7170#discussion_r886240891


##########
docs/zh/latest/plugins/skywalking.md:
##########
@@ -23,30 +29,94 @@ title: skywalking
 
 ## 描述
 
-[**SkyWalking**](https://github.com/apache/skywalking) 使用其原生的 Nginx LUA tracer 
提供分布式追踪、拓扑分析以及服务和 URI 级别的 metrics 信息。
+`skywalking` 插件用于与 [Apache SkyWalking](https://github.com/apache/skywalking) 
集成。
+
+SkyWalking 使用其原生的 NGINX Lua tracer 从服务和 URI 角度提供了分布式追踪、拓扑分析以及 metrics 。
 
-服务端目前支持 HTTP 和 gRPC 两种协议,在 APISIX 中目前只支持 HTTP 协议。
+APISIX 仅支持使用 HTTP 协议与 SkyWalking 服务器进行交互。
 
 ## 属性
 
-| 名称         | 类型   | 必选项 | 默认值   | 有效值       | 描述                             
                     |
-| ------------ | ------ | ------ | -------- | ------------ | 
----------------------------------------------------- |
-| sample_ratio | number | 必须   | 1        | [0.00001, 1] | 采样的比例               
                             |
+| 名称         | 类型    | 必选项 | 默认值  | 有效值       | 描述                             
                     |
+| ------------ | ------ | ------ | ------ | ------------ | 
----------------------------------------------------- |
+| sample_ratio | number | 是     | 1      | [0.00001, 1] | 采样的比例。设置为 `1` 
时,将对所有请求进行采样。         |
+
+### 如何设置 Endpoint
+
+你可以在配置文件(`./conf/config.yaml`)中配置以下属性:
 
-## 如何启用
+| 名称                   | 类型    | 默认值                    | 描述                   
                                            |
+| --------------------- | ------- | ------------------------ | 
------------------------------------------------------------------ |
+| service_name          | string  |  "APISIX"                | SkyWalking 
上报的服务名称。                                         |

Review Comment:
   ```suggestion
   | service_name          | string  | "APISIX"                | SkyWalking 
上报的服务名称。                                         |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to