[유치수] [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:
Chisu Yu
2012-11-27 10:38:13 +00:00
parent fc9b7c0992
commit 0125bd2cbb
+15
View File
@@ -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
}