chore: revert stats desc

This commit is contained in:
Zhongwen Deng 2023-04-14 21:31:34 +08:00
parent 7934a1cea1
commit 3789ca2622
1 changed files with 4 additions and 1 deletions

View File

@ -1983,7 +1983,10 @@ desc("persistent_session_builtin") ->
desc("persistent_table_mria_opts") ->
"Tuning options for the mria table.";
desc("stats") ->
"deprecated since 5.0.23";
"Enable/disable statistic data collection.\n"
"Statistic data such as message receive/send count/rate etc. "
"It provides insights of system performance and helps to diagnose issues. "
"You can find statistic data from the dashboard, or from the '/stats' API.";
desc("authorization") ->
"Settings for client authorization.";
desc("mqtt") ->