mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 12:59:15 +08:00
add TagTest and correctDateConf logic (#799)
This commit is contained in:
@@ -61,6 +61,8 @@ public class MetricResp extends SchemaItem {
|
||||
|
||||
private MetricDefineByMetricParams metricDefineByMetricParams;
|
||||
|
||||
private int isTag;
|
||||
|
||||
public void setTag(String tag) {
|
||||
if (StringUtils.isBlank(tag)) {
|
||||
tags = Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user