From ded3b77171add20bd14ae817135cf31597d09446 Mon Sep 17 00:00:00 2001 From: Ishan Chattopadhyaya Date: Sun, 16 Jun 2019 22:52:10 +0530 Subject: [PATCH] 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 4f99556fffc..c989c0df7fe 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].