Alarm stra allows to configure the same metrics (#260)

This commit is contained in:
jsers 2020-07-23 10:11:27 +08:00
parent e0584066a9
commit 9b99fe61e0
1 changed files with 0 additions and 4 deletions

View File

@ -114,10 +114,6 @@ function checkExpressions(rule, value, callback) {
error1 = emptyErrorText;
hasError = true;
}
} else if (i === 1 && item.metric === value[0].metric) {
error0 = samenameErrorText;
error1 = samenameErrorText;
hasError = true;
}
});