Bug 62203

Summary: Influxdb BackendListener client: store user tags to annotation and internal transaction
Product: JMeter - Now in Github Reporter: sbatalin <sergey_batalin>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: major CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 4.0   
Target Milestone: JMETER_5.0   
Hardware: PC   
OS: All   
Attachments: InfluxdbBackendListenerClient
Listener parameters
Influxdb measurement
Influxdb events

Description sbatalin 2018-03-21 15:22:13 UTC
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
Comment 1 Philippe Mouawad 2018-03-21 20:12:07 UTC
Hello,
Thanks for report.
Can you show in a screenshot the impact of missing information ?

Thank you
Comment 2 sbatalin 2018-03-22 06:54:19 UTC
Created attachment 35799 [details]
Listener parameters
Comment 3 sbatalin 2018-03-22 06:56:13 UTC
Created attachment 35800 [details]
Influxdb measurement
Comment 4 sbatalin 2018-03-22 06:57:00 UTC
Created attachment 35801 [details]
Influxdb events
Comment 5 sbatalin 2018-03-22 06:58:32 UTC
See attached pictures.
Comment 6 Philippe Mouawad 2018-03-24 11:25:15 UTC
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
Comment 7 The ASF infrastructure team 2022-09-24 20:38:12 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4720