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
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.
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
The text was updated successfully, but these errors were encountered: