Skip to content

Commit

Permalink
Update RuleSampler rate_limit doc string (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon authored Dec 17, 2019
1 parent ba583b5 commit 4a2f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ddtrace/sampling/rule_sampler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class RuleSampler
attr_reader :rules, :rate_limiter, :default_sampler

# @param rules [Array<Rule>] ordered list of rules to be applied to a span
# @param rate_limit [Float] number of traces per second, defaults to 100
# @param rate_limit [Float] number of traces per second, defaults to no rate limit
# @param rate_limiter [RateLimiter] limiter applied after rule matching
# @param default_sample_rate [Float] fallback sample rate when no rules apply to a span,
# between +[0,1]+, defaults to +1+
Expand Down

0 comments on commit 4a2f1a0

Please sign in to comment.