Application Insights just show "Process Message" instead of the name of the saga or handler

Hi All,

we are using OTEL in our NSB endpoint, we see all the metrics and logs, however in the end to end transaction, we only see “ProceseMessage”, is there a way to display the handler or the saga names instead ?

Hi @Nen_Zax,

Thanks for reaching out. The span name is the same, however, the information you are looking for is added in the span tags. Currently, all message headers are promoted to span attributes. So when you investigate the attributes of that process message event, they should appear in that list.

Span names are designed to have a consistent value, whereas the variable values are added as attributes to the span.