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
I was wondering if there's a way to configure a ServiceBus MessagePump in such a way to make sure that the request that is logged to Application Insights when a message is received from ServiceBus, could contain some addition custom log properties / dimensions ?
That request already contains some custom properties like TransactionId, JobId, CycleId, etc...
Can we find a way to customize this so that we can add arbitrary properties ?
Suppose for instance the SErviceBusMessage that is received has a custom message-property with the name 'FooBar'. Can we find a way to make sure that the contents of this message-property are logged as a custom dimension to the request in App Insights ?
I see that we have 'CorrelationEnricher' property in the messagepump options. Maybe we can make this possible via this 'enricher' ?
The text was updated successfully, but these errors were encountered:
I was wondering if there's a way to configure a ServiceBus MessagePump in such a way to make sure that the request that is logged to Application Insights when a message is received from ServiceBus, could contain some addition custom log properties / dimensions ?
That request already contains some custom properties like TransactionId, JobId, CycleId, etc...
Can we find a way to customize this so that we can add arbitrary properties ?
Suppose for instance the SErviceBusMessage that is received has a custom message-property with the name 'FooBar'. Can we find a way to make sure that the contents of this message-property are logged as a custom dimension to the request in App Insights ?
I see that we have 'CorrelationEnricher' property in the messagepump options. Maybe we can make this possible via this 'enricher' ?
The text was updated successfully, but these errors were encountered: