fix(api_schema): removed metrics schema in api spec

- Followup [PR#6622](https://github.com/emqx/emqx/pull/6622).
This commit is contained in:
JimMoen 2024-03-21 17:30:36 +08:00
parent 28214b4d49
commit 1a4cfc2a2d
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -264,10 +264,10 @@ properties() ->
"messages.qos0.received\fmessages.qos1.received and messages.qos2.received"
>>
),
m(
'messages.retained',
<<"Number of retained messages">>
),
%% m(
%% 'messages.retained',
%% <<"Number of retained messages">>
%% ),
m(
'messages.sent',
<<