https://bz.apache.org/bugzilla/show_bug.cgi?id=60590
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |[email protected] | |om Status|NEW |RESOLVED --- Comment #1 from Philippe Mouawad <[email protected]> --- Author: pmouawad Date: Sun Jan 15 21:19:52 2017 New Revision: 1778947 URL: http://svn.apache.org/viewvc?rev=1778947&view=rev Log: Bug 60590 - BackendListener : Add Influxdb BackendListenerClient implementation to JMeter Partly Based on PR 246 from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com). Fixed following issues in PR: - Reinit httpRequest - Fix issue with broken NaN comparison which led to missing - Improve InfluxDB Annotations - Use StringBuilder - Init StringBuilder capacity - Add documentation This closes #246 Bugzilla Id: 60590 Added: jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/ jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/AbstractInfluxdbMetricsSender.java (with props) jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/HttpMetricsSender.java (with props) jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.java (with props) jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbMetricsSender.java (with props) Modified: jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/component_reference.xml -- You are receiving this mail because: You are the assignee for the bug.
