You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
69
69
70
70
::: tip
71
71
@@ -119,4 +119,4 @@ Under the **Client Search** tab, you can view all online clients assigned to dif
119
119
To assist with monitoring and debugging group-based rate limiting, EMQX provides relevant metrics and logging support:
120
120
121
121
-**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.
0 commit comments