mderevyankoaqa / jmeter-influxdb2-listener-plugin

Influx DB v2.0 listener plugin for Apache JMeter. Provides the possibility to see the online dashboard (aggregation table, errors, the response body of failures).
Apache License 2.0
119 stars 41 forks source link

Adding new tags #23

Open yashwanth1510 opened 3 years ago

yashwanth1510 commented 3 years ago

Thanks for the plug-in, Consider myself beginner using JMeter. Is there a way to add more tags like testEnvironment? I have tried adding field to the config thru GUI but no success. Your thoughts will be greatly appreciated.

thanks!

mderevyankoaqa commented 3 years ago

Hi @yashwanth1510 you can use the following: image

But the report in grafana should be updated to use those settings - ad hock filter can be added on the board. You can check that that data are present in the Influx.

BR, Mike

yashwanth1510 commented 3 years ago

@mderevyankoaqa thanks for your response. Are you saying that we can not add new tag values in the plug-in configuration? When tried to add new tags in Jmeter would let me add it but influxdb doesn't have the values ??

mderevyankoaqa commented 3 years ago

Hi @yashwanth1510

The tags are in place. The default

image

And new added: image

You can set it here image

But the dashboard in grafana was not designed to use tags like filters. You can modify the board on your own.

BR, Mike