156 lines
2.7 KiB
Plaintext
156 lines
2.7 KiB
Plaintext
emqx_authn_schema {
|
||
enable {
|
||
desc {
|
||
en: """Set to <code>true</code> or <code>false</code> to disable this auth provider"""
|
||
zh: """设为 <code>true</code> 或 <code>false</code> 以启用或禁用此认证数据源"""
|
||
}
|
||
label: {
|
||
en: """enable"""
|
||
zh: """启用"""
|
||
}
|
||
}
|
||
|
||
mechanism {
|
||
desc {
|
||
en: """Authentication mechanism."""
|
||
zh: """认证机制"""
|
||
}
|
||
label: {
|
||
en: """mechanism"""
|
||
zh: """机制"""
|
||
}
|
||
}
|
||
|
||
backend {
|
||
desc {
|
||
en: """Backend type."""
|
||
zh: """后端类型"""
|
||
}
|
||
label: {
|
||
en: """backend"""
|
||
zh: """后端"""
|
||
}
|
||
}
|
||
|
||
metrics {
|
||
desc {
|
||
en: """The metrics of the resource"""
|
||
zh: """统计指标"""
|
||
}
|
||
label: {
|
||
en: """metrics"""
|
||
zh: """指标"""
|
||
}
|
||
}
|
||
|
||
node_metrics {
|
||
desc {
|
||
en: """The metrics of the resource for each node"""
|
||
zh: """每个节点上资源的统计指标"""
|
||
}
|
||
label: {
|
||
en: """node_metrics"""
|
||
zh: """节点指标"""
|
||
}
|
||
}
|
||
|
||
status {
|
||
desc {
|
||
en: """The status of the resource"""
|
||
zh: """资源状态"""
|
||
}
|
||
label: {
|
||
en: """status"""
|
||
zh: """状态"""
|
||
}
|
||
}
|
||
|
||
node_status {
|
||
desc {
|
||
en: """The status of the resource for each node"""
|
||
zh: """每个节点上资源的状态"""
|
||
}
|
||
label: {
|
||
en: """node_status"""
|
||
zh: """节点状态"""
|
||
}
|
||
}
|
||
|
||
matched {
|
||
desc {
|
||
en: """Count of this resource is queried"""
|
||
zh: """请求命中次数"""
|
||
}
|
||
label: {
|
||
en: """matched"""
|
||
zh: """已命中"""
|
||
}
|
||
}
|
||
|
||
success {
|
||
desc {
|
||
en: """Count of query success"""
|
||
zh: """请求成功次数"""
|
||
}
|
||
label: {
|
||
en: """success"""
|
||
zh: """成功"""
|
||
}
|
||
}
|
||
|
||
failed {
|
||
desc {
|
||
en: """Count of query failed"""
|
||
zh: """请求失败次数"""
|
||
}
|
||
label: {
|
||
en: """failed"""
|
||
zh: """失败"""
|
||
}
|
||
}
|
||
|
||
rate {
|
||
desc {
|
||
en: """The rate of matched, times/second"""
|
||
zh: """命中速率,单位: 次/秒"""
|
||
}
|
||
label: {
|
||
en: """rate"""
|
||
zh: """速率"""
|
||
}
|
||
}
|
||
|
||
rate_max {
|
||
desc {
|
||
en: """The max rate of matched, times/second"""
|
||
zh: """最大命中速率,单位: 次/秒"""
|
||
}
|
||
label: {
|
||
en: """rate_max"""
|
||
zh: """最大速率"""
|
||
}
|
||
}
|
||
|
||
rate_last5m {
|
||
desc {
|
||
en: """The average rate of matched in the last 5 minutes, times/second"""
|
||
zh: """5分钟内平均命中速率,单位: 次/秒"""
|
||
}
|
||
label: {
|
||
en: """rate_last5m"""
|
||
zh: """5分钟内速率"""
|
||
}
|
||
}
|
||
|
||
node {
|
||
desc {
|
||
en: """The node name"""
|
||
zh: """节点名"""
|
||
}
|
||
label: {
|
||
en: """node"""
|
||
zh: """节点"""
|
||
}
|
||
}
|
||
}
|