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
Verson 1.4, Default property "param_apm_prefix" is now empty by default because you can't remove it with empty value but easily add no empty value e.g: -Jparam_apm_prefix=TR_
| param_apm_active | default : TRUE , TRUE OR FALSE, if TRUE then api is call |
110
+
| param_apm_prefix | default : Empty , Prefix of the transaction name, could be empty, if param_apm_prefix = "TR_" then SC01_LOGIN will be TR_SC01_LOGIN |
111
111
112
112
E.g : jmeter -Jparam_apm_prefix=TRANS_ , SC01_LOGIN will be TRANS_SC01_LOGIN in Kibana transactions list
113
113
@@ -239,6 +239,7 @@ A pom.xml example, the elastic_apm_version is set to "1.37.0" for the ELASTIC AP
Version 1.3 change method name ELK to ELASTIC et file name tp extract_udv_elastic_under_testplan.jmx
306
+
Version 1.4 2025-01-14, Default property "param_apm_prefix" is now empty by default because you can't remove it with empty value but easily add no empty value e.g: -Jparam_apm_prefix=TR_
306
307
307
-
Version 1.2 change globally ELK to ELASTIC
308
+
Version 1.3 2024-02-01, Change method name ELK to ELASTIC et file name tp extract_udv_elastic_under_testplan.jmx
308
309
309
-
Version 1.1 correct the class name in the uber jar and correct REMOVE result
310
+
Version 1.2 2024-01-30, Change globally ELK to ELASTIC
310
311
311
-
Version 1.0 first version of this tool.
312
+
Version 1.1, 2024-01-10, Correct the class name in the uber jar and correct REMOVE result
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<groupId>io.github.vdaburon</groupId>
8
8
<artifactId>jmeter-elastic-apm</artifactId>
9
-
<version>1.3</version>
9
+
<version>1.4</version>
10
10
<packaging>jar</packaging>
11
11
<name>Manage ELASTIC APM integration for Apache JMeter</name>
12
12
<description>ADD/REMOVE ELASTIC APM library api call around Transaction Controller, you will see timeline and sub calls for the Transaction Controller (Page) in Kibana</description>
0 commit comments