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
@gaelreyrol hello! Sorry for bothering, but is it already works, or something should be done for trace to be propagated from incoming request? Maybe not understand ensure correctly :)
Having some troubles with it for now, so want to help if it is not works.
Hi @AtCliffUnderline, I created this issue like a reminder that something needs to be done about this.
Currently, it does not work and it needs to be implemented in two parts:
From an incoming request, I need to collect trace context to reuse the trace id instead of creating a new one.
On an outgoing request, add trace context to allow another service to reuse it.
We need to ensure trace context is propagated from incoming requests to current instrumentation and to outgoing requests.
The text was updated successfully, but these errors were encountered: