Azure / azure-diagnostics-tools

Plugins and tools for collecting, processing, managing, and visualizing diagnostics data and configuration
98 stars 92 forks source link

Add properties and headers of brokered message as metadata #186

Closed NatMarchand closed 5 years ago

NatMarchand commented 5 years ago

Hello, This PR makes the brokered message headers and properties available as metadata in azuretopic input filter and azuretopicthreadable filter. We had this feature with the RabbitMQ input filter and therefore I had to implement it when we migrated to Azure Service Bus. It is designed mostly as it is in the RabbitMQ filter (metadata disabled by default).