You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @shuqingzai. We like your proposal/feedback and would appreciate a contribution via a Pull Request by you or another community member. We thank you in advance for your contribution and are looking forward to reviewing it!
你好 @shuqingzai。我们喜欢您的提案/反馈,并希望您或其他社区成员通过拉取请求做出贡献。我们提前感谢您的贡献,并期待对其进行审查。
在 HTTP 服务请求异常时,上报 opentelemetry ,异常描述直接设置为错误堆栈,导致描述信息包含所有堆栈信息,内容过长,无法提取异常提示语,应该将描述与堆栈信息分开,采用 opentelemetry 中的
ExceptionStacktraceKey
表示堆栈信息参考:
gf/net/ghttp/ghttp_middleware_tracing.go
Line 91 in 993467b
gf/net/ghttp/ghttp_middleware_tracing.go
Line 112 in 993467b
1. What version of
Go
and system type/arch are you using?# -> % go version go version go1.21.4 darwin/amd64
2. What version of
GoFrame
are you using?3. Can this issue be re-produced with the latest release?
是的
4. What did you do?
5. What did you expect to see?
6. What did you see instead?
The text was updated successfully, but these errors were encountered: