Created attachment 35798 [details] InfluxdbBackendListenerClient Influxdb BackendListener client not send users tags: - with event metrics (EVENTS_FOR_ANNOTATION = "events") - with "internal" transaction metrics Need add tag.append(userTag) to: - sendMetrics() method - addAnnotation(boolean startOrEnd) method See attached InfluxdbBackendListenerClient.java
Hello, Thanks for report. Can you show in a screenshot the impact of missing information ? Thank you
Created attachment 35799 [details] Listener parameters
Created attachment 35800 [details] Influxdb measurement
Created attachment 35801 [details] Influxdb events
See attached pictures.
Thanks for feedback and patch. Committed. Author: pmouawad Date: Sat Mar 24 11:24:46 2018 New Revision: 1827633 URL: http://svn.apache.org/viewvc?rev=1827633&view=rev Log: Bug 62203 - Influxdb BackendListener client: store user tags to annotation and internal transaction Contributed by Sergey Batalin Bugzilla Id: 62203 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4720