How to make sense of Gatling measurements published to InfluxDb ?

44 views
Skip to first unread message

anup kumar

unread,
Feb 3, 2022, 1:32:01 AM2/3/22
to Gatling User Group
Hello Team, 
I was  able to get the Gatling metrics published to  InfluxDb via Graphite,  but these metrics are split into multiple measurements. Using Influx Query Language I am  are trying to combine metric data from multiple measurements and make it available on Grafana panels.

I see the following measurements in my influxDB

eg : Measurements: 

gatling.windtunnelopenworkload.allRequests.all.percentiles50

gatling.windtunnelopenworkload.allRequests.all.percentiles75

gatling.windtunnelopenworkload.allRequests.all.percentiles95

gatling.windtunnelopenworkload.allRequests.all.percentiles99 

All these measurements have same measurement fields:

fieldKey fieldType

-------- ---------

value    float


Question : How am i supposed to query a measurement to get 50 percentile reading ? 

SELECT last(value) FROM "gatling.windtunnelopenworkload.allRequests.all.percentiles50" WHERE $timeFilter

 OR 
SELECT mean(value) FROM "gatling.windtunnelopenworkload.allRequests.all.percentiles50" WHERE $timeFilter


Best Regards, 
 Anup

Maya Pei

unread,
Feb 3, 2022, 3:36:15 AM2/3/22
to Gatling User Group
Have not found a way to get the exactly the same result as shown in gatling summary.

The influxdb+grafana+graphite solution is more like for trend following, but not for storing the results.

BR,
Chunyan Pei

Reply all
Reply to author
Forward
0 new messages