SylviaBABY commented on code in PR #6886:
URL: https://github.com/apache/apisix/pull/6886#discussion_r853781063
##########
docs/zh/latest/plugins/server-info.md:
##########
@@ -23,63 +29,63 @@ title: server-info
## 描述
-`server-info` 是一款能够定期将服务基本信息上报至 etcd 的插件。
+`server-info` 插件可以定期将服务基本信息上报至 etcd。
服务信息中每一项的含义如下:
-| 名称 | 类型 | 描述
|
+| 名称 | 类型 | 描述
|
| ---------------- | ------- |
---------------------------------------------------------------------------------------------------------------------
|
-| boot_time | integer | APISIX 服务实例的启动时间(UNIX 时间戳),如果对 APISIX
进行热更新操作,该值将被重置;普通的 reload 操作不会影响该值。 |
-| id | string | APISIX 服务实例 id 。
|
-| etcd_version | string | etcd 集群的版本信息,如果 APISIX 和 etcd 集群之间存在网络分区,该值将设置为
`"unknown"`。 |
+| boot_time | integer | APISIX 服务实例的启动时间(UNIX 时间戳),如果对 APISIX
进行热更新操作,该值将被重置。普通的 reload 操作不会影响该值。 |
+| id | string | APISIX 服务实例 id。
|
+| etcd_version | string | etcd 集群的版本信息,如果 APISIX 和 etcd 集群之间存在网络分区,该值将设置为
`"unknown"`。 |
| version | string | APISIX 版本信息。
|
-| hostname | string | APISIX 所部署的机器或 pod 的主机名信息。
|
+| hostname | string | 部署 APISIX 的主机或 Pod 的主机名信息。
|
Review Comment:
```suggestion
| hostname | string | 部署 APISIX 或 Pod 的主机名信息。
|
```
--
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]