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
The use case is e.g. polling mechanism in e.g. RabbitMQ.
We would create an Observation (span X) when polling starts (at which point there is no message). Next, when the message arrives we would create a child Observation. However the span Y will not be a child of the span X, because it will be populated with tracing information from the headers. What we should do though is to link span Y to span X.
The use case is e.g. polling mechanism in e.g. RabbitMQ.
We would create an Observation (span X) when polling starts (at which point there is no message). Next, when the message arrives we would create a child Observation. However the span Y will not be a child of the span X, because it will be populated with tracing information from the headers. What we should do though is to link span Y to span X.
cc @acogoluegnes
The text was updated successfully, but these errors were encountered: