This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 9c16f2fdb32e352efd8dbefb5de1c31390300a7a Author: Felix Schumacher <[email protected]> AuthorDate: Sat Mar 5 20:58:06 2022 +0100 Rephrase docs a bit Don't use 'here' or similar as link text. Remove space at the end of line. --- xdocs/usermanual/realtime-results.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xdocs/usermanual/realtime-results.xml b/xdocs/usermanual/realtime-results.xml index 5fc9538..ef01051 100644 --- a/xdocs/usermanual/realtime-results.xml +++ b/xdocs/usermanual/realtime-results.xml @@ -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>
