# File lib/new_relic/agent/event_buffer.rb, line 29
      def reset!
        @items = []
        @seen  = 0
      end