# File lib/new_relic/agent/event_buffer.rb, line 69
      def num_dropped
        @seen - @items.size
      end