Class NewRelic::Agent::Transaction::DeveloperModeSampleBuffer
In: lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb
Parent: TransactionSampleBuffer

Methods

Constants

CAPACITY = 100

Public Instance methods

Dev mode is allowed more than the typical upper limit. Sidestep normal cap by overriding max_capacity.

We don‘t hold onto previously trapped transactions on harvest We‘ve already got all the traces we want, thank you!

Truncate to the last capacity samples we‘ve received

Captures the stack trace for a node This is expensive and not for production mode

[Validate]