Azure Application Insight-Mulesoft Operation ID Missing
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:
ApplicationInsights.xml
log4j2.xml :
pom.xml :
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.