module BetterFx::Measurement

A mixin for creating declarative telemetry to send to BetterFx (plan being to move this into BetterFx)

Public Class Methods

included(mod) click to toggle source
# File lib/better_fx/measurement.rb, line 6
def self.included(mod)
  mod.extend ClassMethods
  mod.send :include, InstanceMethods
end