Author: mchassagneux
Date: Thu Apr  6 13:10:52 2017
New Revision: 1790398

URL: http://svn.apache.org/viewvc?rev=1790398&view=rev
Log:
Improve Influxdb Backend Listener documentation

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1790398&r1=1790397&r2=1790398&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Apr  6 13:10:52 
2017
@@ -3471,22 +3471,23 @@ By default, a Graphite implementation is
     
     
     <p>Since JMeter 3.2, a new implementation (in Alpha state) has been added 
that allows writing directly in InfluxDB with a custom schema, it is called 
<code>InfluxdbBackendListenerClient</code> 
-      The following parameters apply to the <a 
href="../api/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html">InfluxdbBackendListenerClient</a>
 implementation:</p>
+      The following parameters apply to the <a 
href="../../docs/api/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html">InfluxdbBackendListenerClient</a>
 implementation:</p>
 
     <properties>
         <property name="influxdbMetricsSender" 
required="Yes"><code>org.apache.jmeter.visualizers.backend.influxdb.HttpMetricsSender</code></property>
         <property name="influxdbUrl" required="Yes">Influx URL (example : 
http://influxHost:8086/write?db=jmeter)</property>
-        <property name="application" required="Yes">Name of tested 
application</property>
+        <property name="application" required="Yes">Name of tested 
application. This value is stored in the 'events' measurement as a tag named 
'application' </property>
         <property name="measurement" required="Yes">Measurement as per <a 
href="https://docs.influxdata.com/influxdb/v1.1/write_protocols/line_protocol_reference/";>Influx
 Line Protocol Reference</a>. Defaults to "<code>jmeter</code>."</property>
         <property name="summaryOnly" required="Yes">Only send a summary with 
no detail. Defaults to <code>true</code>.</property>
         <property name="samplersRegex" required="Yes">Regular expression which 
will be matched against the names of samples and sent to the back 
end.</property>
-        <property name="testTitle" required="Yes">Test name. Defaults to 
<code>Test name</code>.</property>
+        <property name="testTitle" required="Yes">Test name. Defaults to 
<code>Test name</code>. This value is stored in the 'events' measurement as a 
field named 'text'. JMeter generate automaticaly at the start and the end of 
the test an annotation with this value ending with ' started' and ' 
ended'</property>
+               <property name="eventTags" required="No">List of tags. This 
value is stored in the 'events' measurement as a tag named 'tags'.</property>
         <property name="percentiles" required="Yes">The percentiles you want 
to send to the backend.
         A percentile may contain a fractional part, for example 
<code>12.5</code>.
         (The separator is always ".")
         List must be semicolon separated. Generally 3 or 4 values should be 
sufficient.</property>
     </properties>
-    <p>See also <a href="realtime-results.html" >Real-time results</a> for 
more details.</p>     
+    <p>See also <a href="realtime-results.html" >Real-time results</a> and <a 
href="http://docs.grafana.org/reference/annotations/#influxdb-annotations";>Influxdb
 annotations in Grafana</a> for more details.</p>     
 </component>
 
 <a href="#">^</a>


Reply via email to