arcus-azure / arcus.messaging

Messaging with Microsoft Azure in a breeze.
https://messaging.arcus-azure.net
MIT License
20 stars 11 forks source link

Add Azure Service Bus entity type to request tracking #413

Closed stijnmoreels closed 1 year ago

stijnmoreels commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, we do not have the entity type of the Azure Service Bus entity in the request tracking because it is not available in the message context.

Describe the solution you'd like Add the Azure Service Bus entity type to the message context so we can use it when tracking the request telemetry.

Describe alternatives you've considered None.

fgheysels commented 1 year ago

What exactly do you mean with the entity type ? Do you mean the fact whether you're reading from a queue or topic ?

stijnmoreels commented 1 year ago

What exactly do you mean with the entity type ? Do you mean the fact whether you're reading from a queue or topic ?

Yes, that is correct. 👍