mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[강운덕] [LUCYSUS-1744] traceId를 transactionId로 변경함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@2298 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.nhn.pinpoint.profiler.context;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -11,13 +9,13 @@ public interface TraceID {
|
||||
|
||||
int getSpanId();
|
||||
|
||||
String getId();
|
||||
String getTransactionId();
|
||||
|
||||
String getAgentId();
|
||||
|
||||
long getAgentStartTime();
|
||||
|
||||
long getTransactionId();
|
||||
long getTransactionSequence();
|
||||
|
||||
int getParentSpanId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user