mirror of https://github.com/apache/lucene.git
SOLR-13434: Fixing documentation regarding samplePercentage clusterprop
This commit is contained in:
parent
412496a994
commit
ded3b77171
|
@ -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].
|
||||
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].
|
||||
|
|
Loading…
Reference in New Issue