Skip to content

Commit

Permalink
opentelemetry_traces_sampler_ratio (#527)
Browse files Browse the repository at this point in the history
fix opentelemetry_traces_sampler_ratio header
  • Loading branch information
machecazzon authored Feb 20, 2025
1 parent 18de439 commit d15b4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Chooses the traces sampler. (default: `parentbased_always_on`).
- **syntax**: `opentelemetry_traces_sampler always_on|always_off|traceidratio|parentbased_always_on|parentbased_always_off|parentbased_traceidratio`
- **block**: `http`

### `opentelemetry_traces_sampler`
### `opentelemetry_traces_sampler_ratio`

Chooses the trace sampling ratio between `0.0` and `1.0` when a ratio based sampler is active. (default: `1.0`).

Expand Down

0 comments on commit d15b4e3

Please sign in to comment.