You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to pass a block to Yabeda::Histogram#measure to automatically measure its runtime in seconds using monotonic time.
Debug mode that will enable some additional metrics to help debug performance issues with your usage of Yabeda (or Yabeda itself). Use environment variable YABEDA_DEBUG to enable it or call Yabeda.debug!.
Debugging histogram yabeda_collect_duration that measures duration of every collect block, as they are used for collecting metrics of application state and usually makes some potentially slow queries to databases, network requests, etc.
Changed
Adapters now should use method Yabeda.collect! instead of manual calling of every collector block.