sofastack / sofa-tracer

SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Apache License 2.0
1.1k stars 372 forks source link

Response bytes are always 0 #393

Open WengJim opened 4 years ago

WengJim commented 4 years ago

{"time":"2020-03-31 18:16:45.187","local.app":"demo-weixinLite","traceId":"c0a801d7158564980485811531037","spanId":"0","span.kind":"server","result.code":"200","current.thread.name":"http-nio-59104-exec-2","time.cost.milliseconds":"329ms","request.url":"http://testwxlitedemo.cn/weixin/lite/restaurant/detail","method":"POST","req.size.bytes":165,**"resp.size.bytes":0**,"sys.baggage":"","biz.baggage":""} 我参考了配置,貌似也没有相应的配置相关。 引用的版本是2.4.1

com.alipay.sofa tracer-sofa-boot-starter 2.4.1
sofastack-bot[bot] commented 4 years ago

Hi @WengJim, we detect non-English characters in the issue. This comment is an auto translation by @sofastack-robot to help other users to understand this issue.

We encourage you to describe your issue in English which is more friendly to other users.

{"time": "2020-03-31 18: 16: 45.187", "local.app": "demo-weixinLite", "traceId": "c0a801d7158564980485811531037", "spanId": "0", "span.kind ":" server "," result.code ":" 200 "," current.thread.name ":" http-nio-59104-exec-2 "," time.cost.milliseconds ":" 329ms "," request .url ":" http://testwxlitedemo.cn/weixin/lite/restaurant/detail "," method ":" POST "," req.size.bytes ": 165, " resp.size.bytes ": 0 , "sys.baggage": "", "biz.baggage": ""} I have consulted the configuration and it seems that there is no corresponding configuration. Referenced version is 2.4.1 com.alipay.sofa tracer-sofa-boot-starter 2.4.1

glmapper commented 3 years ago

@WengJim 关于获取 http 结果及请求大小这块是已经问题,我们将在下个版本提供重新的计算方法来优化这个问题