class WaterDrop::Instrumentation::Notifications

Instrumented is used to hookup external monitoring services to monitor how WaterDrop works

def initialize

Returns:
  • (WaterDrop::Instrumentation::Monitor) - monitor instance for system instrumentation
def initialize
  super
  EVENTS.each { |event| register_event(event) }
end