From 0ebf03665e4169b146d8ec50daf53bdeee7eb03c Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 19 Apr 2024 16:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0edgeMtricSumStats=E8=A1=A8?= =?UTF-8?q?=E4=B8=ADtotal=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/setup/sql.json | 92 ++++++++++++++++++++--------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/internal/setup/sql.json b/internal/setup/sql.json index df9daed9..b88fd8d0 100644 --- a/internal/setup/sql.json +++ b/internal/setup/sql.json @@ -105406,7 +105406,7 @@ "name": "edgeMetricStats_1", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricStats_1` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `hash` varchar(32) DEFAULT NULL COMMENT 'Hash值',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `keys` json DEFAULT NULL COMMENT '键值',\n `value` decimal(20,2) DEFAULT '0.00' COMMENT '数值',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT 'YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash` (`hash`),\n KEY `serverId` (`serverId`),\n KEY `createdDay` (`createdDay`),\n KEY `itemId` (`itemId`) USING BTREE,\n KEY `item_time` (`itemId`,`time`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`),\n KEY `server_item_time` (`serverId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计数据'", + "definition": "CREATE TABLE `edgeMetricStats_1` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `hash` varchar(32) DEFAULT NULL COMMENT 'Hash值',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `keys` json DEFAULT NULL COMMENT '键值',\n `value` decimal(22,2) DEFAULT '0.00' COMMENT '数值',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT 'YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash` (`hash`),\n KEY `serverId` (`serverId`),\n KEY `createdDay` (`createdDay`),\n KEY `itemId` (`itemId`) USING BTREE,\n KEY `item_time` (`itemId`,`time`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`),\n KEY `server_item_time` (`serverId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计数据'", "fields": [ { "name": "id", @@ -105438,7 +105438,7 @@ }, { "name": "value", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '数值'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '数值'" }, { "name": "time", @@ -106316,7 +106316,7 @@ "name": "edgeMetricStats_19", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricStats_19` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `hash` varchar(32) DEFAULT NULL COMMENT 'Hash值',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `keys` json DEFAULT NULL COMMENT '键值',\n `value` decimal(20,2) DEFAULT '0.00' COMMENT '数值',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT 'YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash` (`hash`),\n KEY `serverId` (`serverId`),\n KEY `createdDay` (`createdDay`),\n KEY `itemId` (`itemId`) USING BTREE,\n KEY `item_time` (`itemId`,`time`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`),\n KEY `server_item_time` (`serverId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计数据'", + "definition": "CREATE TABLE `edgeMetricStats_19` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `hash` varchar(32) DEFAULT NULL COMMENT 'Hash值',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `keys` json DEFAULT NULL COMMENT '键值',\n `value` decimal(22,2) DEFAULT '0.00' COMMENT '数值',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT 'YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash` (`hash`),\n KEY `serverId` (`serverId`),\n KEY `createdDay` (`createdDay`),\n KEY `itemId` (`itemId`) USING BTREE,\n KEY `item_time` (`itemId`,`time`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`),\n KEY `server_item_time` (`serverId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计数据'", "fields": [ { "name": "id", @@ -106348,7 +106348,7 @@ }, { "name": "value", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '数值'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '数值'" }, { "name": "time", @@ -107135,7 +107135,7 @@ "name": "edgeMetricSumStats", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107163,7 +107163,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107210,7 +107210,7 @@ "name": "edgeMetricSumStats_0", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_0` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_0` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107238,7 +107238,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107285,7 +107285,7 @@ "name": "edgeMetricSumStats_1", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_1` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_1` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107313,7 +107313,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107360,7 +107360,7 @@ "name": "edgeMetricSumStats_10", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_10` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_10` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107388,7 +107388,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107435,7 +107435,7 @@ "name": "edgeMetricSumStats_11", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_11` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_11` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107463,7 +107463,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107510,7 +107510,7 @@ "name": "edgeMetricSumStats_12", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_12` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_12` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107538,7 +107538,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107585,7 +107585,7 @@ "name": "edgeMetricSumStats_13", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_13` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_13` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107613,7 +107613,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107660,7 +107660,7 @@ "name": "edgeMetricSumStats_14", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_14` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_14` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107688,7 +107688,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107735,7 +107735,7 @@ "name": "edgeMetricSumStats_15", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_15` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_15` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107763,7 +107763,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107810,7 +107810,7 @@ "name": "edgeMetricSumStats_16", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_16` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_16` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107838,7 +107838,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107885,7 +107885,7 @@ "name": "edgeMetricSumStats_17", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_17` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_17` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107913,7 +107913,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -107960,7 +107960,7 @@ "name": "edgeMetricSumStats_18", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_18` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_18` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -107988,7 +107988,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108035,7 +108035,7 @@ "name": "edgeMetricSumStats_19", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_19` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_19` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108063,7 +108063,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108110,7 +108110,7 @@ "name": "edgeMetricSumStats_2", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_2` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_2` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108138,7 +108138,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108185,7 +108185,7 @@ "name": "edgeMetricSumStats_3", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_3` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_3` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108213,7 +108213,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108260,7 +108260,7 @@ "name": "edgeMetricSumStats_4", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_4` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_4` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108288,7 +108288,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108335,7 +108335,7 @@ "name": "edgeMetricSumStats_5", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_5` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_5` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108363,7 +108363,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108410,7 +108410,7 @@ "name": "edgeMetricSumStats_6", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_6` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_6` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108438,7 +108438,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108485,7 +108485,7 @@ "name": "edgeMetricSumStats_7", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_7` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_7` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108513,7 +108513,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108560,7 +108560,7 @@ "name": "edgeMetricSumStats_8", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_8` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_8` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108588,7 +108588,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time", @@ -108635,7 +108635,7 @@ "name": "edgeMetricSumStats_9", "engine": "InnoDB", "charset": "utf8mb4_general_ci", - "definition": "CREATE TABLE `edgeMetricSumStats_9` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(20,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", + "definition": "CREATE TABLE `edgeMetricSumStats_9` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n `clusterId` int(11) unsigned DEFAULT '0' COMMENT '集群ID',\n `nodeId` int(11) unsigned DEFAULT '0' COMMENT '节点ID',\n `serverId` int(11) unsigned DEFAULT '0' COMMENT '服务ID',\n `itemId` bigint(20) unsigned DEFAULT '0' COMMENT '指标',\n `count` bigint(20) unsigned DEFAULT '0' COMMENT '数量',\n `total` decimal(22,2) DEFAULT '0.00' COMMENT '总和',\n `time` varchar(14) DEFAULT NULL COMMENT '分钟值YYYYMMDDHHII',\n `version` int(11) unsigned DEFAULT '0' COMMENT '版本号',\n `createdDay` varchar(8) DEFAULT NULL COMMENT '创建日期YYYYMMDD',\n PRIMARY KEY (`id`),\n UNIQUE KEY `node_server_item_time_version` (`nodeId`,`serverId`,`itemId`,`time`,`version`) USING BTREE,\n KEY `server_item_time` (`serverId`,`itemId`,`time`,`version`),\n KEY `createdDay` (`createdDay`),\n KEY `cluster_item_time` (`clusterId`,`itemId`,`time`),\n KEY `node_item_time` (`nodeId`,`itemId`,`time`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='指标统计总和数据'", "fields": [ { "name": "id", @@ -108663,7 +108663,7 @@ }, { "name": "total", - "definition": "decimal(20,2) DEFAULT '0.00' COMMENT '总和'" + "definition": "decimal(22,2) DEFAULT '0.00' COMMENT '总和'" }, { "name": "time",