From 0526bd40d5d0181c3d1d0809a8ed720bd05c5b2b Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Wed, 15 Jan 2025 14:44:00 +0100 Subject: [PATCH] New plugin : vdn-otel-apm-tool version 1.0 Apache JMeter tool plugin to Manage the integration of OpenTelemetry from Elastic Application Performance Monitoring in a JMeter script. --- site/dat/repo/various.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index deeb4d734..ff47986a0 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2048,6 +2048,22 @@ } } }, + { + "id": "vdn-otel-apm-tool", + "name": "vdn@github - otel-apm-tool", + "description": "Manage the integration of OpenTelemetry from Elastic Application Performance Monitoring in a JMeter script.", + "helpUrl": "https://github.com/vdaburon/otel-apm-jmeter-plugin", + "screenshotUrl": "https://github.com/vdaburon/otel-apm-jmeter-plugin/raw/main/doc/images/otel_elastic_apm_integration_tool_gui.png", + "vendor": "Vincent DABURON", + "markerClass": "io.github.vdaburon.jmeterplugins.otelapm.OtelApmIntegrateInstaller", + "installerClass": "io.github.vdaburon.jmeterplugins.otelapm.OtelApmIntegrateInstaller", + "versions": { + "1.0": { + "changes": "First Version, for jmeter-plugins repo", + "downloadUrl": "https://github.com/vdaburon/otel-apm-jmeter-plugin/releases/download/v1.0/otel-apm-jmeter-plugin-1.0-jar-with-dependencies.jar" + } + } + }, { "id": "jwt-preProcessor", "name": "JWT PreProcessor",