You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid creating a temp agent file for each attachment (#859)
Instrument View#render instead of DispatcherServlet#render (#829)
This makes the transaction breakdown graph more useful. Instead of dispatcher-servlet, the graph now shows a type which is based on the view name, for example, FreeMarker or Thymeleaf.
Added capture_jmx_metrics configuration option
UPDATE: due to a bug, the JMX metrics don't work in this version. See also #879
Bug Fixes
Error in log when setting server_urls
to an empty string - co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Expected previousException not to be null
Avoid terminating the TCP connection to APM Server when polling for configuration updates (#823)