You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/06/16 17:23:25 UTC

[lucene-solr] branch branch_8x updated: SOLR-13434: Fixing documentation regarding samplePercentage clusterprop

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 4c11ef3  SOLR-13434: Fixing documentation regarding samplePercentage clusterprop
4c11ef3 is described below

commit 4c11ef336788efefe25c60130c150089e28acd21
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Sun Jun 16 22:52:10 2019 +0530

    SOLR-13434: Fixing documentation regarding samplePercentage clusterprop
---
 solr/solr-ref-guide/src/solr-tracing.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/solr-tracing.adoc b/solr/solr-ref-guide/src/solr-tracing.adoc
index 4f99556..c989c0d 100644
--- a/solr/solr-ref-guide/src/solr-tracing.adoc
+++ b/solr/solr-ref-guide/src/solr-tracing.adoc
@@ -56,7 +56,7 @@ By default only 0.1% of requests are sampled, this ensure that tracing activitie
 The rate can be changed on the fly (without restarting Solr nodes) by setting new sample rate in cluster property. For example,
 below call set sample rate to 100%
 ```
-/admin/collections?action=CLUSTERPROP&name=propertyName&samplePercentage=100
+/admin/collections?action=CLUSTERPROP&name=samplePercentage&val=100
 ```
 
 == Jaeger Tracer Configurator
@@ -84,4 +84,4 @@ List of parameters for JaegerTracerConfigurator include:
 |maxQueueSize|int|No|10000|The tracer's maximum queue size
 |===
 
-Other parameters which are not listed above can be configured using System Properties or Environment Variables. The full list are listed at https://github.com/jaegertracing/jaeger-client-java/blob/master/jaeger-core/README.md[Jaeger-README].
\ No newline at end of file
+Other parameters which are not listed above can be configured using System Properties or Environment Variables. The full list are listed at https://github.com/jaegertracing/jaeger-client-java/blob/master/jaeger-core/README.md[Jaeger-README].