File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ system_property.plugin.restapi.muc.case-insensitive-lookup.enabled =MUC 房间的名称应进行节点准备。然而,这并不能保证某些版本的 Openfire 和此插件的情况。此插件的早期版本使用了不区分大小写的查找来解决这个问题。由于这应该是不必要的,而且是相当耗费资源的,因此已将此行为设置为可配置的(默认情况下禁用)。
2+ system_property.plugin.restapi.muc.room-mutex.enabled =控制 API 与房间交互时是否使用互斥锁。
3+
4+ stat.restapi_responses.informational.name =REST API 1xx 响应
5+ stat.restapi_responses.informational.desc =具有“信息”状态(1xx 范围内的代码)的 HTTP 响应数量。
6+ stat.restapi_responses.informational.units =响应
7+ stat.restapi_responses.successful.name =REST API 2xx 响应
8+ stat.restapi_responses.successful.desc =状态为“成功”(2xx 范围内的代码)的 HTTP 响应数量。
9+ stat.restapi_responses.successful.units =响应
10+ stat.restapi_responses.redirection.name =REST API 3xx 响应
11+ stat.restapi_responses.redirection.desc =具有“重定向”状态(3xx 范围内的代码)的 HTTP 响应数量。
12+ stat.restapi_responses.redirection.units =响应
13+ stat.restapi_responses.client_error.name =REST API 4xx 响应
14+ stat.restapi_responses.client_error.desc =具有“客户端错误”状态(4xx 范围内的代码)的 HTTP 响应数量。
15+ stat.restapi_responses.client_error.units =响应
16+ stat.restapi_responses.server_error.name =REST API 5xx 响应
17+ stat.restapi_responses.server_error.desc =状态为“服务器错误”(5xx 范围内的代码)的 HTTP 响应数量。
18+ stat.restapi_responses.server_error.units =响应
19+ stat.restapi_responses.other.name =REST API 未知响应
20+ stat.restapi_responses.other.desc =具有无法识别的状态代码的 HTTP 响应数量。
21+ stat.restapi_responses.other.units =响应
You can’t perform that action at this time.
0 commit comments