Thanks for using Elastic APM.
Do you use polyfills in your application, for example for fetch or promises?
Also, would you please provide your configuration for the RUM agent?
Generally speaking we add a special, elastic-apm-traceparent, header to http requests to communicate the trace ID. However, it seems that these requests do not have this header. Can you please, check if this header is present in the dev tools network panel.
Also, Please make sure that the origin for these requests are added to distributedTracingOrigins config option, since we only add the header to http requests made to the these origins. This is only required if the request origin is different compared to the page origin.
You should see the elastic-apm-traceparent header on the outgoing request to your own services (e.g. the request to GET /symbol.json), the request that is selected in your screenshot is to the APM server. I should have made that clear in my initial comment.
The important thing with configuring distributedTracingOrigins is to set the origin that is used to create the http request. On the RUM agent before each http request is send we check whether the origin of that request exists on the distributedTracingOrigins list, if so we will add the elastic-apm-traceparent header. In your case it seems that the requests are made to the F5 IP, therefore that should be added to distributedTracingOrigins. You can find more details on our distributed tracing guide
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.