I am a newbie in the Karate Gatling framework and trying to exchange current solution (Newman based) with KarateDSL + InfluxDB + Grafana. What I've noticed, that the measurements data, which is being written in the InfluxDB is already aggregated and contains:
- max, min, mean, percentiles50, percentiles75, etc. values.
It makes it not possible to display the actual graph in Grafana, as the values do not make sense anymore. Is it possible to write the raw measurements data in the InfluxDB (or any other DB) to be able to display the proper graph?
Thanks in advance
I was trying to find a setting which would allow to write the raw measures in the DB, but could not find it.
I would expect it should be possible to build such a graphical representation of the performance test results: