Class: WaterDrop::Instrumentation::Notifications

Inherits:
Karafka::Core::Monitoring::Notifications
  • Object
show all
Defined in:
lib/waterdrop/instrumentation/notifications.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initializeWaterDrop::Instrumentation::Monitor

Returns monitor instance for system instrumentation.



32
33
34
35
# File 'lib/waterdrop/instrumentation/notifications.rb', line 32

def initialize
  super
  EVENTS.each { |event| register_event(event) }
end