mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[유치수] [NOBTS] Add terminal span
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@933 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -15,6 +15,7 @@ struct ApiAnnotation {
|
||||
5: optional list<string> parameterValue
|
||||
6: optional i32 line,
|
||||
}
|
||||
|
||||
struct Span {
|
||||
1: string agentId
|
||||
|
||||
@@ -34,4 +35,18 @@ struct Span {
|
||||
|
||||
12: list<Annotation> annotations
|
||||
13: optional i16 flag = 0
|
||||
|
||||
14: list<TerminalSpan> spans
|
||||
}
|
||||
|
||||
struct TerminalSpan {
|
||||
1: i64 startTime
|
||||
2: i32 elapsed
|
||||
|
||||
3: string rpc
|
||||
4: string serviceName
|
||||
5: i16 serviceType
|
||||
6: string endPoint
|
||||
|
||||
7: list<Annotation> annotations
|
||||
}
|
||||
Reference in New Issue
Block a user