Name |
Last commit
|
Last update |
---|---|---|
.. | ||
subscribers | ||
delta.rb | ||
instrumentation.rb | ||
metric.rb | ||
rack_middleware.rb | ||
sampler.rb | ||
sidekiq_middleware.rb | ||
system.rb | ||
transaction.rb |
BigW Consortium Gitlab
This ensures that an instrumented method that doesn't take arguments reports an arity of 0, instead of -1. If Ruby had a proper method for finding out the required arguments of a method (e.g. Method#required_arguments) this would not have been an issue. Sadly the only two methods we have are Method#parameters and Method#arity, and both are equally painful to use. Fixes gitlab-org/gitlab-ce#12450
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
subscribers | Loading commit data... | |
delta.rb | Loading commit data... | |
instrumentation.rb | Loading commit data... | |
metric.rb | Loading commit data... | |
rack_middleware.rb | Loading commit data... | |
sampler.rb | Loading commit data... | |
sidekiq_middleware.rb | Loading commit data... | |
system.rb | Loading commit data... | |
transaction.rb | Loading commit data... |