module Datadog::Contrib::ActionCable::Events

Defines collection of instrumented ActionCable events

Constants

ALL

Public Instance Methods

all() click to toggle source
# File lib/ddtrace/contrib/action_cable/events.rb, line 20
def all
  self::ALL
end
subscribe!() click to toggle source
# File lib/ddtrace/contrib/action_cable/events.rb, line 28
def subscribe!
  all.each(&:subscribe!)
end
subscriptions() click to toggle source
# File lib/ddtrace/contrib/action_cable/events.rb, line 24
def subscriptions
  all.collect(&:subscriptions).collect(&:to_a).flatten
end