The RUM agent adds a special header called elastic-apm-traceparent to http request. This header is needed so that the backend agent (in this case .NET agent) knows to use the correct parent ID. However, this header is only added to same-origin requests by default.
Would you please check the http request to see if elastic-apm-traceparent is added to the headers?
If the request is made to an origin that is different to the one that the page is hosted on, you should add that origin to the distributedTracingOrigins config on the RUM agent. You can find more information on our distributed tracing guide
There's a typo in the configuration of the RUM agent, you have set DistributedTracingOrigins (with capital D) but the correct config option is distributedTracingOrigins.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.