jmeter-prometheus-plugin icon indicating copy to clipboard operation
jmeter-prometheus-plugin copied to clipboard

Why not using AbstractBackendListenerClient as base class?

Open MaksSieve opened this issue 2 years ago • 0 comments

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

MaksSieve avatar Apr 19 '22 08:04 MaksSieve