github elastic/apm-agent-java v1.12.0
Release 1.12.0

latest releases: v1.49.0, 1.49.0, v1.48.1...
4 years ago

1.12.0

Features

  • JMS Enhancements (#911):
    • Add special handling for temporary queues/topics
    • Capture message bodies of text Messages
      • Rely on the existing ELASTIC_APM_CAPTURE_BODY agent config option (off by default).
      • Send as context.message.body
      • Limit size to 10000 characters. If longer than this size, trim to 9999 and append with ellipsis
    • Introduce the ignore_message_queues configuration to disable instrumentation (message tagging) for specific
      queues/topics as suggested in #710
    • Capture predefined message headers and all properties
      • Rely on the existing ELASTIC_APM_CAPTURE_HEADERS agent config option.
      • Send as context.message.headers
      • Sanitize sensitive headers/properties based on the sanitize_field_names config option
  • Added support for the MongoDB sync driver. See supported data stores.

Bug Fixes

  • JDBC regression- PreparedStatement#executeUpdate() and PreparedStatement#executeLargeUpdate() are not traced (#918)
  • When systemd cgroup driver is used, the discovered Kubernetes pod UID contains "_" instead of "-" (#920)
  • DB2 jcc4 driver is not traced properly (#926)

Don't miss a new apm-agent-java release

NewReleases is sending notifications on new releases.