You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofAbstractBackendListenerClient
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
The text was updated successfully, but these errors were encountered: