Kibana version: 7.5.1
Elasticsearch version: 7.5.1
APM Server version: 7.5.0
APM Agent language and version: java, 1.12
Browser version: Chrome 79, Windows 10
Original install method (e.g. download page, yum, deb, from source, etc.) and version: Downloaded from maven, attached to Tomcat by setting JAVA_OPTS
Fresh install or upgraded from other version?: Fresh install
Is there anything special in your setup? I don't have access to the APM Server, but I think the index pattern was changed to just apm-{version}
, plus ILM rollover.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant): The four services in the screenshot below all use the same tech stack (Open JDK 8, Tomcat 7 / Spring WebMVC 3.2), but two of them show no data in APM (except for the service name and JVMs), even though there is actual HTTP activity ongoing. I've run out of things to try.
Errors in browser console (if relevant): None
Provide logs and/or server output (if relevant): Nothing strange appears in the APM Java agent logs. Occasionally, there's the 503 - Queue full message, but this happens with all services, including the ones with transaction data. When i enable debug logs, I don't see any TRANSACTION events, only METRICS and FLUSH. I don't have access to the server logs, but everything else seems OK.