Kibana version:
Elasticsearch version: 7.5.2
APM Server version: 7.5.2
APM Agent language and version: Java 1.15.0
Browser version: Cordova browser, but essentially Android 8.1.0 Chrome Mobile WebView
Original install method (e.g. download page, yum, deb, from source, etc.) and version: not sure
Fresh install or upgraded from other version?: fresh
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.**:
For our Javascript (Angular) RUM , we are using our own transactions, like:
Globals.APM.startTransaction(name, type, {managed: true});
And the Javascript/Angular RUM Agent is configured as:
serviceName: 'twms-mobile',
serverUrl: <our server URL>,
environment: <our environment name>,
disableInstrumentations: ['page-load', 'custom', 'user-interaction']
});
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Please see attached screenshot. As you can see we are correctly getting distributed transactions and spans for a lot of stuff. I need help identifying what is going on during the part I annotated with the red line and the orange line. I believe the orange line is mostly network, but I'm not seeing anything that details SSL negotiation and such. Is the blue bar for the "POST" span include or exclude opening connections?