New
Unclaimed project
Are you a maintainer of yabeda? Claim this project to take control of your public changelog and roadmap.
Changelog
Extendable framework for collecting and exporting metrics from your Ruby application
Allow to limit groups per adapter. [@killondark][] in #41
Yabeda.configure do
group :mushrooms do
counter :champignon_counter
end
adapter :basket_adapter do
include_group :mushrooms
end
end