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
Describe the story, please be clear on scope of the story.
This story will be good for a tech debt/bug smash milestone.
In MassTransit instrumentation, we are currently using the SourceAddress property of the context data object to get the queue name. However, as seen in #2055, this property can be null in some scenarios.
In those same scenarios, there is a DestinationAddress property which is not null, and contains some properties/fields which look like they could make sensible queue names:
Describe the story, please be clear on scope of the story.
This story will be good for a tech debt/bug smash milestone.
In MassTransit instrumentation, we are currently using the
SourceAddress
property of the context data object to get the queue name. However, as seen in #2055, this property can be null in some scenarios.In those same scenarios, there is a
DestinationAddress
property which is not null, and contains some properties/fields which look like they could make sensible queue names:Some more testing would be needed to see if this property is always non-null and if the values are sensible in all scenarios we wish to support.
The text was updated successfully, but these errors were encountered: