There is a difference in the statistics collected with the backend listener between: 1) GraphiteBackendListenerClient 2) InfluxdbBackendListenerClient In both cases I am sending the data to an InfluxDB. With Graphite, the database shows statistics such as pct90, pct95, etc. for both "ok" and "ko". However, when I use the InfluxdbBackendListenerClient, I only get those stats for 'where "statut" =~ /all/'. We use Grafana to plot 90th percentile response time for "successful" transactions. If I switch to InfluxdbBackendListenerClient, I lose that ability. I would have to show that stat for all transactions (successful and unsuccessful). Is there a way to the missing statistics or am I doing something wrong here? Thanks.
Hi, I've check the code and only percentil are send for 'all' statut. It's not a problem from you. I will push a fix for that in the next release.
Author: pmouawad Date: Sat May 27 14:23:12 2017 New Revision: 1796400 URL: http://svn.apache.org/viewvc?rev=1796400&view=rev Log: Bug 61121 - InfluxdbBackendListenerClient: Only all percentiles are sent, not KO and OK Rename constants to make code clearer and to use English Rename statut= to status= Bugzilla Id: 61121 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.java jmeter/trunk/xdocs/changes.xml