# File lib/new_relic/agent/transaction/transaction_sample_buffer.rb, line 56
        def full?
          @samples.length >= max_capacity
        end