j

jmeter-elastic-apm

ADD/REMOVE ELASTIC APM library api call around Transaction Controller, you will see timeline and sub calls for the Transaction Controller (Page) in Kibana
https://github.com/vdaburon/jmeter-elk-apm
Apache License, Version 2.0
Vincent DABURON
Files download
File Operation
jmeter-elastic-apm-1.3.jar download
jmeter-elastic-apm-1.3.pom download
jmeter-elastic-apm-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vdaburon</groupId>
  <artifactId>jmeter-elastic-apm</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.vdaburon:jmeter-elastic-apm:1.3'
Gradle Kotlin
implementation("io.github.vdaburon:jmeter-elastic-apm:1.3")
Scala SBT
libraryDependencies += "io.github.vdaburon" % "jmeter-elastic-apm" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vdaburon', module='jmeter-elastic-apm', version='1.3')
)
Apache Ivy
<dependency org="io.github.vdaburon" name="jmeter-elastic-apm" rev="1.3" />
Leiningen
[io.github.vdaburon/jmeter-elastic-apm "1.3"]
Apache Buildr
'io.github.vdaburon:jmeter-elastic-apm:jar:1.3'