kayx23 commented on code in PR #10701: URL: https://github.com/apache/apisix/pull/10701#discussion_r1435765174
########## docs/en/latest/plugins/sls-logger.md: ########## @@ -46,7 +46,7 @@ It might take some time to receive the log data. It will be automatically sent a | access_key_id | True | AccessKey ID in Alibaba Cloud. See [Authorization](https://www.alibabacloud.com/help/en/log-service/latest/create-a-ram-user-and-authorize-the-ram-user-to-access-log-service) for more details. | | access_key_secret | True | AccessKey Secret in Alibaba Cloud. See [Authorization](https://www.alibabacloud.com/help/en/log-service/latest/create-a-ram-user-and-authorize-the-ram-user-to-access-log-service) for more details. | | include_req_body | True | When set to `true`, includes the request body in the log. | -| name | False | Unique identifier for the batch processor. | +| name | False | Unique identifier for the batch processor. If you use Prometheus to monitor APISIX metrics, the name is exported in `apisix_batch_process_entries`. | Review Comment: it sometimes says "for the batch processor", some other times it's "for the logger" or "to identify the logger"; they should be consistent since they're all for the same purpose. It is uniquer identifier for the batcher processor of the logger. -- 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]
