jmeter-prometheus-plugin
jmeter-prometheus-plugin copied to clipboard
Why not using AbstractBackendListenerClient as base class?
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