# File lib/new_relic/agent/sampled_buffer.rb, line 17 def initialize(capacity) super @captured_lifetime = 0 @seen_lifetime = 0 end