# File lib/new_relic/agent/event_loop.rb, line 169
      def fire(event, *args)
        @event_queue << [event, args]
        wakeup
      end