mirror of https://github.com/apache/jmeter.git
Rephrase docs a bit
Don't use 'here' or similar as link text. Remove space at the end of line.
This commit is contained in:
parent
4ea72b5028
commit
9c16f2fdb3
|
|
@ -197,9 +197,9 @@ InfluxDB data can be easily viewed in a browser through <a href="http://grafana.
|
|||
<ul>
|
||||
<li>For plaintext protocol, set graphiteMetricsSender parameter to <code>org.apache.jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender</code></li>
|
||||
<li>For pickle protocol, set graphiteMetricsSender parameter to <code>org.apache.jmeter.visualizers.backend.graphite.PickleGraphiteMetricsSender</code></li>
|
||||
</ul>
|
||||
<p>To send large amounts of data, use the Pickle sender. It is an efficient transmission method compared to textplain.
|
||||
Read this for more details <a href="https://graphite.readthedocs.io/en/latest/feeding-carbon.html" target="_blank">Graphite documentation.</a></p>
|
||||
</ul>
|
||||
<p>To send large amounts of data, use the Pickle sender. It is a more efficient transmission method compared to textplain.
|
||||
Read <a href="https://graphite.readthedocs.io/en/latest/feeding-carbon.html" target="_blank">the Graphite documentation</a> for more details.</p>
|
||||
<figure width="902" height="341" image="backend_listener_graphite_pickle.png">Graphite pickle sender</figure>
|
||||
</subsection>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue