mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-28 06:08:43 +10:00
[유치수] [NOBTS] add comment
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@862 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.nhn.hippo.web.service;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
@@ -145,6 +144,7 @@ public class FlowChartServiceImpl implements FlowChartService {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO 임시로 HTTP/1.1을 확인하게 해두었음. merge해야하는 span 확인 방법을 바꿔야함.
|
||||
if ("HTTP/1.1".equals(svcName)) {
|
||||
removeSpan = list.get(i);
|
||||
logger.debug("Remove span. {}", removeSpan);
|
||||
|
||||
Reference in New Issue
Block a user