Skip to content

Commit

Permalink
新增:追踪明细数量
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Mar 8, 2024
1 parent e08378a commit ca01c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trackContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type TraceContext struct {
UseDesc string // 总共使用时间(描述)
TraceType eumTraceType.Enum // 状态码
List []any // 调用的上下文trace.ITraceDetail
TraceCount int // 追踪明细数量
ignore bool // 忽略这次的链路追踪
Exception *trace.ExceptionStack // 异常信息
WebContext
Expand Down

0 comments on commit ca01c6e

Please sign in to comment.