Skip to content

Commit

Permalink
Revert "Fix name of jaeger_remote polling interval property (open-tel…
Browse files Browse the repository at this point in the history
…emetry#5100)"

This reverts commit 22fca80.
  • Loading branch information
drewhammond authored Aug 26, 2024
1 parent 07940cc commit 6590b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/languages/sdk-configuration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ be set as follows:
- For `jaeger_remote` and `parentbased_jaeger_remote`: The value is a comma
separated list:
- Example:
`"endpoint=http://localhost:14250,pollingInterval=5000,initialSamplingRate=0.25"`
`"endpoint=http://localhost:14250,pollingIntervalMs=5000,initialSamplingRate=0.25"`
- `endpoint`: the endpoint in form of `scheme://host:port` of gRPC server that
serves the sampling strategy for the service
([sampling.proto](https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/sampling.proto)).
- `pollingInterval`: in milliseconds indicating how often the sampler will
- `pollingIntervalMs`: in milliseconds indicating how often the sampler will
poll the backend for updates to sampling strategy.
- `initialSamplingRate`: in the [0..1] range, which is used as the sampling
probability when the backend cannot be reached to retrieve a sampling
Expand Down

0 comments on commit 6590b74

Please sign in to comment.