(improvement)(semantic) support adding tag for metric

This commit is contained in:
jolunoluo
2023-09-19 21:13:39 +08:00
parent 6a5a95e543
commit 3fe726ac23
18 changed files with 384 additions and 86 deletions

View File

@@ -108,6 +108,7 @@ CREATE TABLE IF NOT EXISTS `s2_metric` (
`data_format_type` varchar(50) DEFAULT NULL ,
`data_format` varchar(500) DEFAULT NULL,
`alias` varchar(500) DEFAULT NULL,
`tags` varchar(500) DEFAULT NULL,
PRIMARY KEY (`id`)
);
COMMENT ON TABLE s2_metric IS 'metric information table';