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
|
||||
|
|
Loading…
Reference in New Issue