traceSpanBefore

1 spanName为该条操作名称 比如: get 太宽泛 get_account/792 太具体 get_account 刚刚好,account_id=792 可作为一个合适的 Span 标签

2 如果是http 请求 https://github.com/openhunt.trace/b3-propagation 请求的时候传入头 in_headers["b3"] = span.traceId ~ "-" ~ span.parentId ~ "-" ~ "1" ~ "-" ~ span.id;

traceSpanBefore
(
string spanName
)

Meta