Skip to content

Commit

Permalink
chore: update list of throttled messages
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Feb 5, 2025
1 parent c5dc5d3 commit a6da75d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
25 changes: 18 additions & 7 deletions en_US/observability/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,24 @@ Log throttling is enabled by default and applies to selected log events such as
Throttling is applied only to the following log events:
- "authentication_failure"
- "authorization_permission_denied"
- "cannot_publish_to_topic_due_to_not_authorized"
- "cannot_publish_to_topic_due_to_quota_exceeded"
- "connection_rejected_due_to_license_limit_reached"
- "dropped_msg_due_to_mqueue_is_full"
- "socket_receive_paused_by_rate_limit"
- "authentication_failure"
- "authorization_permission_denied"
- "cannot_publish_to_topic_due_to_not_authorized"
- "cannot_publish_to_topic_due_to_quota_exceeded"
- "connection_rejected_due_to_license_limit_reached"
- "data_bridge_buffer_overflow"
- "dropped_msg_due_to_mqueue_is_full"
- "external_broker_crashed"
- "failed_to_fetch_crl"
- "failed_to_retain_message"
- "handle_resource_metrics_failed"
- "retain_failed_for_payload_size_exceeded_limit"
- "retain_failed_for_rate_exceeded_limit"
- "retained_delete_failed_for_rate_exceeded_limit"
- "socket_receive_paused_by_rate_limit"
- "transformation_failed"
- "unrecoverable_resource_error"
- "validation_failed"
::: tip Note
The list of throttled events is subject to updates.
Expand Down
15 changes: 13 additions & 2 deletions zh_CN/observability/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,23 @@ log {
- "cannot_publish_to_topic_due_to_not_authorized"
- "cannot_publish_to_topic_due_to_quota_exceeded"
- "connection_rejected_due_to_license_limit_reached"
- "data_bridge_buffer_overflow"
- "dropped_msg_due_to_mqueue_is_full"
- "external_broker_crashed"
- "failed_to_fetch_crl"
- "failed_to_retain_message"
- "handle_resource_metrics_failed"
- "retain_failed_for_payload_size_exceeded_limit"
- "retain_failed_for_rate_exceeded_limit"
- "retained_delete_failed_for_rate_exceeded_limit"
- "socket_receive_paused_by_rate_limit"
- "transformation_failed"
- "unrecoverable_resource_error"
- "validation_failed"

::: tip 注意
::: tip 注意

受限事件列表可能会更新。
受限事件列表可能会更新。

:::

Expand Down

0 comments on commit a6da75d

Please # to comment.