Skip to content

Commit

Permalink
format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshkhatri97 committed Oct 26, 2023
1 parent 766e965 commit 8dfdd71
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ public interface TracesRuntimeConfig {
* Sampler argument. Depends on the `quarkus.otel.traces.sampler` property.
* Fallbacks to the legacy property <code>quarkus.opentelemetry.tracer.sampler.ratio</code>.
* <p>
* When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.
* When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible
* value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of
* alternative samplers.
* <p>
* Defaults to `1.0d`.
*/
Expand Down

0 comments on commit 8dfdd71

Please sign in to comment.