mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[강운덕] [LUCYSUS-1744] endpoint를 정규화 하여 ip 데이터 위주로 치환하는것으로 수정함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-server/trunk@1344 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -42,7 +42,10 @@ public class HbaseTerminalStatisticsDao implements TerminalStatisticsDao {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("[UpdatingTerminalStatistics] " + sourceApplicationName + " -> " + destApplicationName + " (" + ServiceType.findServiceType(destServiceType) + ")");
|
||||
}
|
||||
|
||||
if (destHost == null) {
|
||||
// httpclient와 같은 경우는 endpoint가 없을수 있다.
|
||||
destHost = "";
|
||||
}
|
||||
byte[] columnName = TerminalSpanUtils.makeColumnName(destServiceType, destApplicationName, destHost, elapsed, isError);
|
||||
|
||||
// make row key
|
||||
|
||||
Reference in New Issue
Block a user