GoLang生成分布式调用树
package xhop
import (
bytes
encoding/hex
errors
fmt
strconv
)
//
// Generally speaking,for every http request, the hierarchy of the http rpc calls is a DAG(directed acycline graph).
//
// The X-Hop system is designed to accurately track the hierarchical http rpc call details. It use H