# File lib/new_relic/agent/event_buffer.rb, line 23
      def initialize(capacity)
        @capacity = capacity
        @items    = []
        @seen     = 0
      end