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

Allow user to define the scope of a trace #7068

Closed
SzymonPobiega opened this issue Jun 17, 2024 · 1 comment
Closed

Allow user to define the scope of a trace #7068

SzymonPobiega opened this issue Jun 17, 2024 · 1 comment
Milestone

Comments

@SzymonPobiega
Copy link
Member

SzymonPobiega commented Jun 17, 2024

Describe the feature.

Is your feature related to a problem? Please describe.

Describe the requested feature

By default NServiceBus creates parent-child relationships between spans of each subsequent message in the conversation. When these conversations become too long, it may create problems on the tooling side of things.

To deal with that problem a new API is needed to opt-out of the parent-child relationship and only create a span-link.

Describe alternatives you've considered

An alternative would be to always rely on links and never create parent-child relationship. This alternative has been discarded because the available tools offer poor support for linked spans.

Additional Context

No response

Artifacts

@lailabougria
Copy link
Contributor

Done as part of #7079, will be released as part of NServiceBus 9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants