提交 923e4720 编写于 作者: P peng-yongsheng

Fixed failures with test cases

上级 610a5378
......@@ -40,6 +40,9 @@ public class ServiceDispatcher implements SourceDispatcher<Service> {
if (!new EqualMatch().setLeft(source.getName()).setRight("/service/prod/save").match()) {
return;
}
if (!new GreaterMatch().match(source.getLatency(), 1000)) {
return;
}
indicator.setTimeBucket(source.getTimeBucket());
indicator.setEntityId(source.getEntityId());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册