From 3b17bd6873e6e64157056bee8c46ccb3632c90ab Mon Sep 17 00:00:00 2001 From: "13997737+wolframhaussig@users.noreply.github.com" <13997737+wolframhaussig@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:51:43 +0200 Subject: [PATCH 1/2] add automatic module name to apm-agent-attach --- apm-agent-attach/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apm-agent-attach/pom.xml b/apm-agent-attach/pom.xml index 6fd4d62ca9..865838cfb4 100644 --- a/apm-agent-attach/pom.xml +++ b/apm-agent-attach/pom.xml @@ -165,6 +165,13 @@ + + + + ${project.groupId}.attach + + + From c6e6ac7f25ee07dd799fbd8c177260af4991fa3e Mon Sep 17 00:00:00 2001 From: "13997737+wolframhaussig@users.noreply.github.com" <13997737+wolframhaussig@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:01:46 +0200 Subject: [PATCH 2/2] added entry to CHANGELOG --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 1133b4fcb7..99ad0570c8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -49,6 +49,7 @@ Use subheadings with the "=====" level for adding notes for unreleased changes: ===== Features * Added option to make routing-key part of RabbitMQ transaction/span names - {pull}3636[#3636] * Added internal option for capturing request bodies for apache httpclient v4 - {pull}3692[#3692] +* Added automatic module name to apm-agent-attach - {pull}3743[#3743] [[release-notes-1.50.0]] ==== 1.50.0 - 2024/05/28