johrstrom / jmeter-prometheus-plugin

A Prometheus Listener for Apache JMeter that exposes results in an http API
Apache License 2.0
164 stars 109 forks source link

Why not using AbstractBackendListenerClient as base class? #106

Open MaksSieve opened 2 years ago

MaksSieve commented 2 years ago

Hello!

Im currently working on integration some popular JMeter plugins into jmeter-java-dsl library. And Im stuck with the prometheus plugin because it uses CollectorElement instead of AbstractBackendListenerClient as base class, and DSL in its turn needs this extension to integrate. Is there any possibility to refactor or maybe you could help to find another way of integration.

P.S. As an example Im using InfluxdbBackendListenerClient class from here and its integration to DSL from here.

Best regards