Alarm stra allows to configure the same metrics (#260)
This commit is contained in:
parent
e0584066a9
commit
9b99fe61e0
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue