Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link spans when rpc observation has a parent #263

Open
marcingrzejszczak opened this issue May 17, 2023 · 0 comments
Open

Link spans when rpc observation has a parent #263

marcingrzejszczak opened this issue May 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@marcingrzejszczak
Copy link
Contributor

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

@marcingrzejszczak marcingrzejszczak added the enhancement New feature or request label May 17, 2023
@marcingrzejszczak marcingrzejszczak added this to the 1.1.2 milestone May 17, 2023
@shakuzen shakuzen modified the milestones: 1.1.2, 1.1.x Jun 12, 2023
@marcingrzejszczak marcingrzejszczak removed this from the 1.1.x milestone Jan 11, 2024
@micrometer-metrics micrometer-metrics deleted a comment from github-actions bot Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants