138 139 140 141 142
# File 'lib/ddtrace/sampler.rb', line 138 def delete(key) @mutex.synchronize do @samplers.delete(key) end end