chore: fix typos

This commit is contained in:
JimMoen 2024-06-12 18:59:41 +08:00
parent cde4cb1358
commit daeb10151b
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -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">>},