Skip to content

Commit c445f36

Browse files
drewhammondmichael2893
authored andcommitted
Fix name of jaeger_remote polling interval property (open-telemetry#5100)
1 parent f983cdf commit c445f36

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/languages/sdk-configuration

1 file changed

+2
-2
lines changed

content/en/docs/languages/sdk-configuration/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ be set as follows:
9292
- For `jaeger_remote` and `parentbased_jaeger_remote`: The value is a comma
9393
separated list:
9494
- Example:
95-
`"endpoint=http://localhost:14250,pollingIntervalMs=5000,initialSamplingRate=0.25"`
95+
`"endpoint=http://localhost:14250,pollingInterval=5000,initialSamplingRate=0.25"`
9696
- `endpoint`: the endpoint in form of `scheme://host:port` of gRPC server that
9797
serves the sampling strategy for the service
9898
([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
100100
poll the backend for updates to sampling strategy.
101101
- `initialSamplingRate`: in the [0..1] range, which is used as the sampling
102102
probability when the backend cannot be reached to retrieve a sampling

0 commit comments

Comments
 (0)