class SidekiqPublisher::Instrumenter
Constants
- NAMESPACE
Public Instance Methods
instrument(event_name, payload = {}, &block)
click to toggle source
# File lib/sidekiq_publisher/instrumenter.rb, line 9 def instrument(event_name, payload = {}, &block) ActiveSupport::Notifications.instrument("#{event_name}.#{NAMESPACE}", payload, &block) end