# File lib/new_relic/agent/event_aggregator.rb, line 86
      def reset!
        @lock.synchronize do
          reset_buffer!
        end
      end