You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/04/01 11:43:38 UTC

svn commit: r1789791 - in /jmeter/trunk/xdocs: changes.xml images/screenshots/backend_listener_influxdb_graph.png

Author: pmouawad
Date: Sat Apr  1 11:43:38 2017
New Revision: 1789791

URL: http://svn.apache.org/viewvc?rev=1789791&view=rev
Log:
Improve new and noteworthy

Added:
    jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png   (with props)
Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1789791&r1=1789790&r2=1789791&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Apr  1 11:43:38 2017
@@ -68,12 +68,15 @@ JMeter now requires Java 8. Ensure you u
 </p>
 <p>
 JMeter logging has been migrated to SLF4J and Log4j 2.
-This affects configuration and 3<sup>rd</sup> party plugins.
+This affects configuration and 3<sup>rd</sup> party plugins, see below <b>"Logging changes"</b>.
 </p>
 <ch_title>Core improvements</ch_title>
 <ul>
-<li>JMeter now provides a new BackendListener implementation that interfaces InfluxDB through its HTTP API using Asynchronous HTTP requests.
+<li>JMeter now provides a new BackendListener implementation that interfaces InfluxDB.
 <figure width="813" height="407" image="changes/3.2/backend_influxdb.png"></figure>
+This implementation sends data using Asynchronous HTTP calls to InfluxDB through its <a href="https://docs.influxdata.com/influxdb/v1.2/guides/writing_data/">HTTP API</a>
+and give you the following graphs with annotations:
+<figure width="934" height="399" image="backend_listener_influxdb_graph.png"></figure>
 </li>
 <li>DNS Cache Manager now has a table to allow static host resolution.
 <figure width="803" height="561" image="changes/3.2/dns_cache_manager_static_hosts.png"></figure>

Added: jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png?rev=1789791&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png
------------------------------------------------------------------------------
    svn:mime-type = image/png