mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 18:56:11 +10:00
[강운덕] [LUCYSUS-1744] destination 에 대한 수정시 SubSpanList에 대한 변경이 누락되어 추가함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1266 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -71,7 +71,7 @@ public class TimeBaseStorage implements Storage {
|
||||
}
|
||||
}
|
||||
if (flushData != null) {
|
||||
dataSender.send(new SubSpanList(flushData));
|
||||
dataSender.send(new SpanChunk(flushData));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user