module Freno::Throttler::Instrumenter

An Instrumenter is an object that responds to `instrument(event_name, payload = {})` to receive events from the throttler.

As an example, in a rails app one could use ActiveSupport::Notifications as an instrumenter and subscribe to the “freno.*” events somewhere else in the application.