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
Now the context.Context will not be passed down on the call path, some functions are difficult to implement, e.g., if I want to associate logs through trace_id, it's impossible.
当前context.Context并未在调用链路上确保传递,因此,一些功能难以实现,例如,通过trace_id实现关联日志的提取无法实现。
提案
To implement this, it seems that many changes to be done, e.g.
需求背景
Now the context.Context will not be passed down on the call path, some functions are difficult to implement, e.g., if I want to associate logs through trace_id, it's impossible.
当前context.Context并未在调用链路上确保传递,因此,一些功能难以实现,例如,通过trace_id实现关联日志的提取无法实现。
提案
To implement this, it seems that many changes to be done, e.g.
额外补充
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: