johrstrom / jmeter-prometheus-plugin

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

Docker image #94

Open chiabre opened 3 years ago

chiabre commented 3 years ago

Hi all Here I created a simple docker image that includes JMeter and this plugin/exporter and that can be executed passing the standard JMeter arguments.

Not sure if it makes sense to move here the src code or maybe just link the project or the docker hub page in the README.

Several users had issues to run the plugin within a docker image, a prebuild image hopefully can solve most of them (eg prometheus.ip=0.0.0.0 option is embedded).

johrstrom commented 3 years ago

Hey thanks for this!

I think we're better off just adding a link to your repo. That way you have the freemdom to update and publish as you wish. But also, you'll likely need to update and publish new versions of the container (like updating jmeter and so on) but you won't actually need a new version of this plugin. Versioning would just get weird if included it here.