maizige

Results 5 comments of maizige

@smallnest 增加了一些单元测试,另外我看opentelemetry没有增加具体的实现,请问下是否有增加具体实现的想法,如果可以,我想提个pr,使用jaeger来实现。

@smallnest 辛苦帮忙看下是否需要这些单测代码

Please provide scenarios that can be reproduced

> I have solved this question. Idea from https://stackoverflow.com/questions/23070876/reading-body-of-http-request-without-modifying-request-state > > Here is the code. > > ```go > func (rp *RequestParse) Parse(r *http.Request) (map[string]interface{}, error) { > > vars...

你当前的context的超时时间只会对当前服务有影响,你在rpc中看到的context的超时时间RpcServerConf中的超时时间,看你的截图猜测应该就是默认的配置的2000ms