|
|
@@ -48,8 +48,8 @@ properties() ->
|
|
|
[
|
|
|
{'actions.failure', integer, <<"Number of failure executions of the rule engine action">>},
|
|
|
{'actions.success', integer, <<"Number of successful executions of the rule engine action">>},
|
|
|
- {'bytes.received', integer, <<"Number of bytes received by EMQX Broker">>},
|
|
|
- {'bytes.sent', integer, <<"Number of bytes sent by EMQX Broker on this connection">>},
|
|
|
+ {'bytes.received', integer, <<"Number of bytes received ">>},
|
|
|
+ {'bytes.sent', integer, <<"Number of bytes sent on this connection">>},
|
|
|
{'client.auth.anonymous', integer, <<"Number of clients who log in anonymously">>},
|
|
|
{'client.authenticate', integer, <<"Number of client authentications">>},
|
|
|
{'client.check_authz', integer, <<"Number of Authorization rule checks">>},
|
|
|
@@ -66,9 +66,9 @@ properties() ->
|
|
|
{'delivery.dropped.queue_full', integer, <<"Number of messages with a non-zero QoS that were dropped because the message queue was full when sending">>},
|
|
|
{'delivery.dropped.too_large', integer, <<"The number of messages that were dropped because the length exceeded the limit when sending">>},
|
|
|
{'messages.acked', integer, <<"Number of received PUBACK and PUBREC packet">>},
|
|
|
- {'messages.delayed', integer, <<"Number of delay- published messages stored by EMQX Broker">>},
|
|
|
- {'messages.delivered', integer, <<"Number of messages forwarded to the subscription process internally by EMQX Broker">>},
|
|
|
- {'messages.dropped', integer, <<"Total number of messages dropped by EMQX Broker before forwarding to the subscription process">>},
|
|
|
+ {'messages.delayed', integer, <<"Number of delay-published messages">>},
|
|
|
+ {'messages.delivered', integer, <<"Number of messages forwarded to the subscription process internally">>},
|
|
|
+ {'messages.dropped', integer, <<"Total number of messages dropped before forwarding to the subscription process">>},
|
|
|
{'messages.dropped.await_pubrel_timeout', integer, <<"Number of messages dropped due to waiting PUBREL timeout">>},
|
|
|
{'messages.dropped.no_subscribers', integer, <<"Number of messages dropped due to no subscribers">>},
|
|
|
{'messages.forward', integer, <<"Number of messages forwarded to other nodes">>},
|
|
|
@@ -80,7 +80,7 @@ properties() ->
|
|
|
{'messages.qos2.received', integer, <<"Number of QoS 2 messages received from clients">>},
|
|
|
{'messages.qos2.sent', integer, <<"Number of QoS 2 messages sent to clients">>},
|
|
|
{'messages.received', integer, <<"Number of messages received from the client, equal to the sum of messages.qos0.received\fmessages.qos1.received and messages.qos2.received">>},
|
|
|
- {'messages.retained', integer, <<"Number of retained messages stored by EMQX Broker">>},
|
|
|
+ {'messages.retained', integer, <<"Number of retained messages">>},
|
|
|
{'messages.sent', integer, <<"Number of messages sent to the client, equal to the sum of messages.qos0.sent\fmessages.qos1.sent and messages.qos2.sent">>},
|
|
|
{'packets.auth.received', integer, <<"Number of received AUTH packet">>},
|
|
|
{'packets.auth.sent', integer, <<"Number of sent AUTH packet">>},
|