mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 09:47:27 +10:00
[강운덕] [LUCYSUS-1744] serviceName의 applicationId로 대체에 따른 추가 리팩토링
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1297 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -111,7 +111,7 @@ public class SpanServiceTest {
|
||||
}
|
||||
|
||||
private void insert(Span span) throws TException {
|
||||
traceDao.insert("JUNITApplicationName", span);
|
||||
traceDao.insert(span);
|
||||
}
|
||||
|
||||
AtomicInteger id = new AtomicInteger(0);
|
||||
|
||||
Reference in New Issue
Block a user