# File lib/new_relic/agent/sampled_buffer.rb, line 23 def append(x = nil, &blk) @seen += 1 @seen_lifetime += 1 append_event(x, &blk) end