Open marcusphi opened 4 years ago
Hi Marcus, Thanks for filing the issue. I'm afraid this project has largely been abandoned as I no longer use Gatling. The plugin is highly dependent on the Gatling version as it's using private gatling apis.
What version are you running in your project?
Thanks for <nswering anyway. The version is in the issue title: 3.4.1 😄
Oh right, missed that 😂. It would appear that that version has made some breaking changes to some internal API's alright. I'll try to update it at some point to make is compatible, but no idea when I'll get to it. If you want to have a go yourself I set up the project as a fork of the Gatling project, so in theory you should be able to merge with the latest there and that should give you a good idea of what needs to be changed.
Hello, I have created a pull request where I have updated the Gatling to 3.4.0. I can compile it without errors.
In addition, I have created a simple project to inject traffic with Gatling. Inside my project, I am using this library (gatling-prometheus-datawriter) and I put the gatling.conf with the configuration but I cannot see port 9102 when the injections are running.
data { writers = [console, file, prometheus] }
prometheus { port = "9102" # Port for Prometheus DB to query, must be available. }
What should I add to make it works?
Thank you.
After adding
I get a compilation error: