# File lib/new_relic/agent/event_buffer.rb, line 43
      def append(x)
        @seen += 1
        append_event(x)
      end