lib/statsd/instrument/strict.rb in statsd-instrument-3.5.7 vs lib/statsd/instrument/strict.rb in statsd-instrument-3.5.8
- old
+ new
@@ -112,10 +112,11 @@
def statsd_distribution(method, name, sample_rate: nil, tags: nil, no_prefix: false, client: nil)
check_method_and_metric_name(method, name)
super
end
- def statsd_count_success(method, name, sample_rate: nil, tags: nil, no_prefix: false, client: nil)
+ def statsd_count_success(method, name, sample_rate: nil, tags: nil, no_prefix: false, client: nil,
+ tag_error_class: false)
check_method_and_metric_name(method, name)
super
end
def statsd_count_if(method, name, sample_rate: nil, tags: nil, no_prefix: false, client: nil)