arcus-azure/arcus.messaging

EventHubsMessageRouting (?) in Azure Functions logs all invocations with operationname 'Process'

Closed this issue · 2 comments

When using Arcus.Messaging to process messages coming from eventhub in an Azure Function, the Function invocations in Application Insights are logged with an operation-name 'Process'.

Is it possible to modify / specify the operation-name that must be used ?

No, not right now. We pas in operationName: null for the router, so it gets assigned Process automatically. We could extend the router options with the possibility to assign an operation name, though.

That would be great!