Skip to content

Commit 4c8f324

Browse files
authored
Merge pull request #3212 from emqx/fix-client-tag-limit-qos-desc
fix: the `qos` field both work for pub and sub
2 parents 5c05a83 + e584e6c commit 4c8f324

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

en_US/modules/client_tag.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ EMQX provides fine-grained rate-limiting strategies per tag, allowing you to con
5959

6060
### Configurable Limits
6161

62-
| Limit Type | Unit | Description |
63-
| --------------------------------- | ------------ | ------------------------------------------------------------ |
64-
| Sent Message TPS Limit | Messages/sec | Limits the number of messages a client can publish per second (TPS). |
65-
| Subscribe Message TPS Limit | Messages/sec | Limits the number of messages EMQX can deliver to a client per second. |
66-
| Sent Traffic Limit (bytes/s) | Bytes/sec | Limits the message traffic a client can publish per second. |
67-
| Subscribe Traffic Limit (bytes/s) | Bytes/sec | Limits the message traffic a client can deliver per second. |
68-
| Maximum QoS Level | 0, 1, 2 | Limits the maximum QoS level a client is allowed to publish with. |
62+
| Limit Type | Unit | Description |
63+
|-----------------------------------|--------------|--------------------------------------------------------------------------------------|
64+
| Sent Message TPS Limit | Messages/sec | Limits the number of messages a client can publish per second (TPS). |
65+
| Subscribe Message TPS Limit | Messages/sec | Limits the number of messages EMQX can deliver to a client per second. |
66+
| Sent Traffic Limit (bytes/s) | Bytes/sec | Limits the message traffic a client can publish per second. |
67+
| Subscribe Traffic Limit (bytes/s) | Bytes/sec | Limits the message traffic a client can deliver per second. |
68+
| Maximum QoS Level | 0, 1, 2 | Limits the maximum QoS level that clients can use when publishing or subscribing to messages. |
6969

7070
::: tip
7171

@@ -119,4 +119,4 @@ Under the **Client Search** tab, you can view all online clients assigned to dif
119119
To assist with monitoring and debugging group-based rate limiting, EMQX provides relevant metrics and logging support:
120120

121121
- **Prometheus Metrics**: EMQX exposes metrics for messages dropped due to rate limiting, which can be integrated with monitoring and alerting systems.
122-
- **Logs**: When rate limiting is triggered, EMQX logs the event. The logging system supports **sampling** to avoid performance degradation during traffic spikes.
122+
- **Logs**: When rate limiting is triggered, EMQX logs the event. The logging system supports **sampling** to avoid performance degradation during traffic spikes.

zh_CN/modules/client_tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ EMQX 为每个标签提供精细化的速率限制策略,您可以针对性地
6363
| 订阅消息 TPS 限制 | `消息数/秒` | 限制 EMQX 每秒可向单个客户端投递的消息数量。 |
6464
| 发送流量限制(bytes/s) | `字节数/秒` | 限制单个客户端每秒可发布的消息流量大小。 |
6565
| 订阅流量限制(bytes/s) | `字节数/秒` | 限制 EMQX 每秒可向单个客户端投递的消息流量大小。 |
66-
| 最大 QoS 等级 | `0, 1, 2` | 限制客户端可发布消息的最高 QoS 等级。 |
66+
| 最大 QoS 等级 | `0, 1, 2` | 限制客户端发布订阅消息的最高 QoS 等级。 |
6767

6868
::: tip 提示
6969
如果某个限制项的值为空或为 0,则代表不对此项进行任何限制。

0 commit comments

Comments
 (0)