You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all: the backened listener is great!
Still I'm missing a feature I know from Gatling. If I need to load the embedded resources I'd like to know theire response time as well but they don't appear in my InfluxDB.
Would it be possible to add this option to the listener? I guess the listener has to accept sub/child-samples aswell.
Best regards,
Stephan
The text was updated successfully, but these errors were encountered:
dmuravov
pushed a commit
to dmuravov/JMeter-InfluxDB-Writer
that referenced
this issue
Dec 4, 2018
…ment point using an generic argument "optionalTags" containing a list of key-value pairs delimited by coma, colon or semicolon. Whereas key is a tag and value is its value. For ex. "optionalTags" set to "appVersion=4.1.11;testdataVersion=3.0" means that the InfluxDB gets two tags "appVersion" and "testdataVersion" with values "4.1.11", "3.0" correspondingly. In addition: README was updated.
Hi,
first of all: the backened listener is great!
Still I'm missing a feature I know from Gatling. If I need to load the embedded resources I'd like to know theire response time as well but they don't appear in my InfluxDB.
Would it be possible to add this option to the listener? I guess the listener has to accept sub/child-samples aswell.
Best regards,
Stephan
The text was updated successfully, but these errors were encountered: