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
- Rely on the existing
- 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
- Rely on the existing
- Added support for the MongoDB sync driver. See supported data stores.