133 lines
2.5 KiB
JSON
133 lines
2.5 KiB
JSON
{
|
|
"tblname": "pbl_kdb_query_log",
|
|
"alias": "pbl_kdb_ext",
|
|
"browserfields": {
|
|
"id": {
|
|
"label": "ID",
|
|
"list": true,
|
|
"type": "number"
|
|
},
|
|
"tenant_id": {
|
|
"label": "租户ID",
|
|
"list": true,
|
|
"type": "text"
|
|
},
|
|
"query_uid": {
|
|
"label": "查询UID",
|
|
"type": "text",
|
|
"list": true
|
|
},
|
|
"caller_type": {
|
|
"label": "调用方类型",
|
|
"type": "select",
|
|
"list": true
|
|
},
|
|
"caller_id": {
|
|
"label": "调用方",
|
|
"type": "text",
|
|
"list": true
|
|
},
|
|
"query_json": {
|
|
"label": "查询条件",
|
|
"type": "text",
|
|
"list": true
|
|
},
|
|
"hit_count": {
|
|
"label": "命中数",
|
|
"type": "number",
|
|
"list": true
|
|
},
|
|
"latency_ms": {
|
|
"label": "时延",
|
|
"type": "number",
|
|
"list": true
|
|
},
|
|
"ok": {
|
|
"label": "成功",
|
|
"type": "checkbox",
|
|
"list": true
|
|
}
|
|
},
|
|
"params": {
|
|
"browserfields": {
|
|
"id": {
|
|
"label": "ID",
|
|
"list": true,
|
|
"type": "number"
|
|
},
|
|
"tenant_id": {
|
|
"label": "租户ID",
|
|
"list": true,
|
|
"type": "text"
|
|
},
|
|
"query_uid": {
|
|
"label": "查询UID",
|
|
"type": "text",
|
|
"list": true
|
|
},
|
|
"caller_type": {
|
|
"label": "调用方类型",
|
|
"type": "select",
|
|
"list": true
|
|
},
|
|
"caller_id": {
|
|
"label": "调用方",
|
|
"type": "text",
|
|
"list": true
|
|
},
|
|
"query_json": {
|
|
"label": "查询条件",
|
|
"type": "text",
|
|
"list": true
|
|
},
|
|
"hit_count": {
|
|
"label": "命中数",
|
|
"type": "number",
|
|
"list": true
|
|
},
|
|
"latency_ms": {
|
|
"label": "时延",
|
|
"type": "number",
|
|
"list": true
|
|
},
|
|
"ok": {
|
|
"label": "成功",
|
|
"type": "checkbox",
|
|
"list": true
|
|
}
|
|
},
|
|
"editable": {
|
|
"query_uid": {
|
|
"label": "查询UID",
|
|
"type": "text"
|
|
},
|
|
"caller_type": {
|
|
"label": "调用方类型",
|
|
"type": "select"
|
|
},
|
|
"caller_id": {
|
|
"label": "调用方",
|
|
"type": "text"
|
|
},
|
|
"query_json": {
|
|
"label": "查询条件",
|
|
"type": "text"
|
|
},
|
|
"hit_count": {
|
|
"label": "命中数",
|
|
"type": "number"
|
|
},
|
|
"latency_ms": {
|
|
"label": "时延",
|
|
"type": "number"
|
|
},
|
|
"ok": {
|
|
"label": "成功",
|
|
"type": "checkbox"
|
|
}
|
|
},
|
|
"order_by": "id DESC",
|
|
"page_size": 20
|
|
}
|
|
}
|