File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/languages/sdk-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ be set as follows:
92
92
- For ` jaeger_remote ` and ` parentbased_jaeger_remote ` : The value is a comma
93
93
separated list:
94
94
- Example:
95
- ` "endpoint=http://localhost:14250,pollingIntervalMs =5000,initialSamplingRate=0.25" `
95
+ ` "endpoint=http://localhost:14250,pollingInterval =5000,initialSamplingRate=0.25" `
96
96
- ` endpoint ` : the endpoint in form of ` scheme://host:port ` of gRPC server that
97
97
serves the sampling strategy for the service
98
98
([ sampling.proto] ( https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/sampling.proto ) ).
99
- - ` pollingIntervalMs ` : in milliseconds indicating how often the sampler will
99
+ - ` pollingInterval ` : in milliseconds indicating how often the sampler will
100
100
poll the backend for updates to sampling strategy.
101
101
- ` initialSamplingRate ` : in the [ 0..1] range, which is used as the sampling
102
102
probability when the backend cannot be reached to retrieve a sampling
You can’t perform that action at this time.
0 commit comments