gatling-prometheus-datawriter icon indicating copy to clipboard operation
gatling-prometheus-datawriter copied to clipboard

This repo holds code to add a Prometheus DataWriter to export real time results to a Prometheus db from a running https://gatling.io test.

Results 5 gatling-prometheus-datawriter issues
Sort by recently updated
recently updated
newest added

After adding ``` com.github.bmaguireibm prometheusplugin_2.12 0.0.1 test ``` I get a compilation error: ``` [INFO] --- scala-maven-plugin:4.4.0:testCompile (default) @ adept-load-test --- [INFO] Using incremental compilation using Mixed compile order [INFO]...

Upgrade project using Gatling 3.4.0. The main difference is related to the MessageEvent with UserStartMessage and UserEndMessage not being present in Gatling 3.0.3.

* Added more labels to existing metrics * Created grafana dashboard with * Overall stats * Tabular details with percentiles and other aggregates * Graph stats for response rates *...

First of all thanks for this work, I am appalled how gatling did not have prometheus integration out of the box. Anyways, I used this to create a grafana dashboard...

While working implementing gatling live metrics to prometheus, facing below issue while running packaged JAR. Java Version -17 Gatling version - 3.9.1 gatling prometheus-datawriter version - 0.0.1 Error stacktrace Exception...