perf: 构建工具调整
This commit is contained in:
27
build/database/lite/common/pm_custom_title.sql
Normal file
27
build/database/lite/common/pm_custom_title.sql
Normal file
@@ -0,0 +1,27 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for pm_custom_title
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS "pm_custom_title";
|
||||
CREATE TABLE "pm_custom_title" (
|
||||
"id" integer NOT NULL,
|
||||
"ne_type" text(16),
|
||||
"kpi_code" text(32),
|
||||
"kpi_id" text(64),
|
||||
"kpi_set" text,
|
||||
"expression" text(1024),
|
||||
"object_type" text(16),
|
||||
"period" text(8),
|
||||
"status" text(255),
|
||||
"title" text(255),
|
||||
"description" text(255),
|
||||
"update_time" text,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of pm_custom_title
|
||||
-- ----------------------------
|
||||
INSERT INTO "pm_custom_title" VALUES (3, 'AMF', NULL, 'AMF.CKpi.AuthFailRate', 'AMF.RegSub.CmIdle,AMF.RegSubMean', 'AMF.AuthFail/AMF.AuthReqAMF.RegSub.CmIdleAMF.RegSubMean', 'AmfFunction', '15', 'Active', 'AMF鉴权失败率', '', '2023-08-18 18:06:10');
|
||||
INSERT INTO "pm_custom_title" VALUES (4, 'AMF', NULL, 'AMF会话保持数', NULL, 'AMF.SessionCreateSucc/AMF.SmContextCreateReq', 'EpRpDynN11Amf', '15', NULL, 'AMF会话保持数', 'AMF会话保持数', '2023-08-18 14:29:58');
|
||||
INSERT INTO "pm_custom_title" VALUES (7, 'AMF', NULL, 'AMF', 'AMF.AuthFail,AMF.AuthFail.20', 'AMF.AuthFail*AMF.AuthFail.20', 'AmfFunction', '15', NULL, 'asdas', '', '2023-08-18 14:30:27');
|
||||
INSERT INTO "pm_custom_title" VALUES (8, 'PCF', 'PCFHA01', 'PCF.AmAssocNbrMean', 'PCF.PolicyAmAssocNotifSucc,PCF.PolicyAmAssocDeleteSucc', 'PCF.PolicyAmAssocNotifSuccPCF.PolicyAmAssocDeleteSucc', 'PcfFunction', '15', 'Active', 'PCF指标定义', '', '2023-08-18 18:05:08');
|
||||
Reference in New Issue
Block a user