Skip to content

Commit

Permalink
Add vdn@github - elastic-apm-tool (undera#633)
Browse files Browse the repository at this point in the history
* Add vdn-elastic-apm-tool

Add plugin vdn-elastic-apm-tool

* Update various.json

* Update installer for vdn-elastic-apm-tool

Update installer for vdn-elastic-apm-tool
  • Loading branch information
vdaburon authored Feb 6, 2024
1 parent 3261820 commit e5efe45
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@
"description": "A tool that creates a JUnit XML file with KPI rules from JMeter JMeter Dashboard stats.json and generates a result file in JUnit XML format and other formats : html, csv and json.",
"helpUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterDashboardStats",
"screenshotUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterDashboardStats/raw/main/doc/images/kpi_excel.png",
"vendor": "Vincent Daburon",
"vendor": "Vincent DABURON",
"markerClass": "io.github.vdaburon.jmeter.utils.jsonkpi.ToolInstaller",
"installerClass": "io.github.vdaburon.jmeter.utils.jsonkpi.ToolInstaller",
"versions": {
Expand All @@ -1873,7 +1873,7 @@
"description": "A tool that creates a JUnit XML file with KPI rules from JMeter CSV Report, export result in html, csv or json format.",
"helpUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterReportCsv",
"screenshotUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterReportCsv/raw/main/doc/images/kpi_excel.png",
"vendor": "Vincent Daburon",
"vendor": "Vincent DABURON",
"markerClass": "io.github.vdaburon.jmeter.utils.reportkpi.ToolInstaller",
"installerClass": "io.github.vdaburon.jmeter.utils.reportkpi.ToolInstaller",
"versions": {
Expand All @@ -1889,7 +1889,7 @@
"description": "This tool read KPI declarations in a file and apply the KPI assertion on 2 JMeter Report CSV files (current and reference) and generates a result file in JUnit XML format and others formats Html, Json and Csv.",
"helpUrl": "https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv",
"screenshotUrl": "https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv/raw/main/doc/images/kpi_excel.png",
"vendor": "Vincent Daburon",
"vendor": "Vincent DABURON",
"markerClass": "io.github.vdaburon.jmeter.utils.comparekpi.ToolInstaller",
"installerClass": "io.github.vdaburon.jmeter.utils.comparekpi.ToolInstaller",
"versions": {
Expand All @@ -1899,6 +1899,22 @@
}
}
},
{
"id": "vdn-elastic-apm-tool",
"name": "vdn@github - elastic-apm-tool",
"description": "Manage the Elastic Application Performance Monitoring (ELASTIC APM) in JMeter script.",
"helpUrl": "https://github.com/vdaburon/elastic-apm-jmeter-plugin",
"screenshotUrl": "https://github.com/vdaburon/elastic-apm-jmeter-plugin/raw/main/doc/images/elastic_apm_integration_tool_gui.png",
"vendor": "Vincent DABURON",
"markerClass": "io.github.vdaburon.jmeterplugins.elasticapm.ElasticApmIntegrateInstaller",
"installerClass": "io.github.vdaburon.jmeterplugins.elasticapm.ElasticApmIntegrateInstaller",
"versions": {
"1.0": {
"changes": "First version for jmeter-plugin repo",
"downloadUrl": "https://github.com/vdaburon/elastic-apm-jmeter-plugin/releases/download/Version1.0/elastic-apm-jmeter-plugin-1.0-jar-with-dependencies.jar"
}
}
},
{
"id": "jwt-preProcessor",
"name": "JWT PreProcessor",
Expand Down

0 comments on commit e5efe45

Please sign in to comment.