https://bz.apache.org/bugzilla/show_bug.cgi?id=61167
Bug ID: 61167
Summary: Store more detail for error transaction into influxdb
backend
Product: JMeter
Version: Nightly (Please specify date)
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Like influxdb database allow to store many indexed series without performance
issue, JMeter could send more detail for transactions in error.
The better way is to send the number of errors by response code and message for
each transaction.
Exemple : ( influxdb line protocol format )
jmeter,application=foo,transaction=bar,responseCode=400,responseMessage=bad\
request count=250
These details are only sended for failed transaction and summarOnly to false.
--
You are receiving this mail because:
You are the assignee for the bug.