Skip to content

Commit

Permalink
Update sampler type options in JaegerTracerBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanth08 committed Sep 17, 2024
1 parent 5134b93 commit 6f56fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ private static TextMapPropagator mapFormatToPropagator(PropagationFormat propaga

/**
* Sampler type definition.
* Available options are "const", "probabilistic", "ratelimiting" and "remote".
* Available options are "const" and "ratio".
*/
public enum SamplerType {
/**
Expand Down

0 comments on commit 6f56fa9

Please sign in to comment.