We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac1f76 commit 91e79efCopy full SHA for 91e79ef
core/grpc/newServer/replacement.go
@@ -38,7 +38,6 @@ func interceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInf
38
}
39
four := strconv.Itoa(int(worker.GetId()))
40
tranceids := strings.Split(Traceid, ".")
41
- tranceids[AgentId] = strconv.Itoa(global.AgentId)
42
tranceids[OnlyKey] = four
43
newId := ""
44
for i := 0; i < len(tranceids); i++ {
0 commit comments