fix(api_schema): removed metrics schema in api spec
- Followup [PR#6622](https://github.com/emqx/emqx/pull/6622).
This commit is contained in:
parent
23ad37f566
commit
9b085b5797
|
@ -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',
|
||||
<<
|
||||
|
|
Loading…
Reference in New Issue