-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: improve description of name for all logger plugins #10701
Conversation
@kayx23, this is my first commit, please check if it meets expectations, I will do next doc. |
The content is ok. The Chinese doc needs some format fixes. Please see the failed CI check. Thanks! |
I think that's done~ |
@@ -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`. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Fixes #10689
changes:
Checklist