chore: fix typos
This commit is contained in:
parent
cde4cb1358
commit
daeb10151b
|
@ -32,7 +32,7 @@
|
||||||
{counter, 'packets.connack.error',
|
{counter, 'packets.connack.error',
|
||||||
<<"Number of received CONNECT packet with unsuccessful connections">>},
|
<<"Number of received CONNECT packet with unsuccessful connections">>},
|
||||||
{counter, 'packets.connack.auth_error',
|
{counter, 'packets.connack.auth_error',
|
||||||
<<"Number of received CONNECT packet with failed authentication">>},
|
<<"Number of received CONNECT packet with failed Authentication">>},
|
||||||
{counter, 'packets.publish.received', <<"Number of received PUBLISH packet">>},
|
{counter, 'packets.publish.received', <<"Number of received PUBLISH packet">>},
|
||||||
%% PUBLISH packets sent
|
%% PUBLISH packets sent
|
||||||
{counter, 'packets.publish.sent', <<"Number of sent PUBLISH packet">>},
|
{counter, 'packets.publish.sent', <<"Number of sent PUBLISH packet">>},
|
||||||
|
@ -207,8 +207,8 @@
|
||||||
-define(CLIENT_METRICS, [
|
-define(CLIENT_METRICS, [
|
||||||
{counter, 'client.connect', <<"Number of client connections">>},
|
{counter, 'client.connect', <<"Number of client connections">>},
|
||||||
{counter, 'client.connack', <<"Number of CONNACK packet sent">>},
|
{counter, 'client.connack', <<"Number of CONNACK packet sent">>},
|
||||||
{counter, 'client.connected', <<"Number of successful client connections">>},
|
{counter, 'client.connected', <<"Number of successful client connected">>},
|
||||||
{counter, 'client.authenticate', <<"Number of client authentications">>},
|
{counter, 'client.authenticate', <<"Number of client Authentication">>},
|
||||||
{counter, 'client.auth.anonymous', <<"Number of clients who log in anonymously">>},
|
{counter, 'client.auth.anonymous', <<"Number of clients who log in anonymously">>},
|
||||||
{counter, 'client.authorize', <<"Number of Authorization rule checks">>},
|
{counter, 'client.authorize', <<"Number of Authorization rule checks">>},
|
||||||
{counter, 'client.subscribe', <<"Number of client subscriptions">>},
|
{counter, 'client.subscribe', <<"Number of client subscriptions">>},
|
||||||
|
|
Loading…
Reference in New Issue