|
@@ -187,7 +187,7 @@ func (tg *taskGroup) task(wg *sync.WaitGroup) func() {
|
|
|
log.Debugf("非http请求 %s %s, 跳过", r.SpanID(), attrs2.RpcSystem())
|
|
|
continue
|
|
|
}
|
|
|
- if attrs2.RpcSystem() != "" {
|
|
|
+ if attrs2.RpcSystem() != "" && attrs2.RpcSystem() != "http" { // 兼容使用proto定义接口的情况
|
|
|
log.Debugf("基于http的rpc请求 %s %s, 跳过", r.SpanID(), attrs2.RpcSystem())
|
|
|
continue
|
|
|
}
|