Ok, I'm looking at those implementations. Should I keep building a plugin or it is better to fork jmeter and build it there?
2017-06-27 11:23 GMT+02:00 Antonio Gomes Rodrigues <[email protected]>: > Hi, > > Check Backend Listener > https://jmeter.apache.org/usermanual/component_reference.html#Backend_ > Listener > > We have already a Graphite and a InfluxDB listener. > > In my opinion, you can add another custom implementation to use Prometheus > > Antonio > > 2017-06-26 23:06 GMT+02:00 Giovanni Paolo Gibilisco <[email protected]>: > > > Hi, > > I'm contributing to a jmeter exporter for prometheus. In order to gather > > metrics from a distributed run we would like to run the exporter on all > the > > server instances and use prometheus feature to gather results. In such a > > way we can offload jmeter from sending back the results to the maseter > and > > also analyze there result of the loadtest divided by each server > instance. > > > > As far as I understand listeners are not run on server node but only in > the > > client. Is that correct? is there a way to run them also on server > > instances? > > >
