tzssangglass commented on a change in pull request #6256: URL: https://github.com/apache/apisix/pull/6256#discussion_r809658570
########## File path: docs/zh/latest/plugins/error-log-logger.md ########## @@ -50,6 +50,11 @@ title: error-log-logger | skywalking.endpoint_addr | string | 可选 | http://127.0.0.1:12900/v3/logs | | Skywalking 的 HTTP endpoint 地址,例如:http://127.0.0.1:12800 | | skywalking.service_name | string | 可选 | APISIX | | skywalking 上报的 service 名称 | | skywalking.service_instance_name | String | 可选 | APISIX Instance Name | | skywalking 上报的 service 实例名, 如果期望直接获取本机主机名则设置为 `$hostname` | +| clickhouse.endpoint_addr | String | 可选 | http://127.0.0.1:8213 | | clickhouse的HTTP endpoint地址,例如 http://127.0.0.1:8213 | Review comment: ```suggestion | clickhouse.endpoint_addr | String | 可选 | http://127.0.0.1:8213 | | clickhouse 的 HTTP endpoint 地址,例如 http://127.0.0.1:8213 | ``` Note the format, the following is also -- 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]
