You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/06/06 11:38:23 UTC

[Bug 63486] New: BackendListener improvements

https://bz.apache.org/bugzilla/show_bug.cgi?id=63486

            Bug ID: 63486
           Summary: BackendListener improvements
           Product: JMeter
           Version: 5.1.1
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sergiy.iampol@playtech.com
  Target Milestone: JMETER_5.2

It would be awesome having following available for BackendListener:

 - AssertionMessage written to influx/graphite (as response message is not
always enough);
 - Ability to configure grouping for response messages and assertion messages
to be written. (a set of regex which will be used to group above messages based
on defined pattern)
   For example:
       "User TEST1 has a bad password"
       "User GUEST2 has a bad password"
       are about the same error type, but they will produce separate records on
timeseries DB.

       Having {"User \w+ has a bad password", "User xxx has a bad password"}
regex as a BackendListener's pre-processor could combine such errors and
produce single record with "User xxx has a bad password" as a message.

-- 
You are receiving this mail because:
You are the assignee for the bug.