Azure Application Insight-Mulesoft Operation ID Missing

Jerick Naboya 0 Reputation points
2024-10-17T02:34:07.69+00:00

We are currently using Azure Application Insights to capture logs from MuleSoft, and we've noticed that the operation_Id is missing in the results table. We've tried passing various headers (using Postman to MuleSoft) referenced from Microsoft article sources, such as traceparent, parent-id, id, trace-id, etc., but the operation_Id is still missing. The operation_Id is properly passed from our Java app, but once it reaches MuleSoft, it is always null.

We currently have these configured in our app:
User's image

ApplicationInsights.xmlUser's image

log4j2.xml :

User's image

pom.xml :
User's image

User's image

Setup Reference : https://help.salesforce.com/s/articleView?id=001116858&language=en_US&type=1

Anything we're missing here so we can explicitly or passively set the operationId in order for it to show in Application Insight?

Thank you.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,590 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.