https://bz.apache.org/bugzilla/show_bug.cgi?id=61121
Bug ID: 61121
Summary: InfluxdbBackendListenerClient
Product: JMeter
Version: 3.2
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.