Class NewRelic::Agent::TransactionSampleBuilder
In: lib/new_relic/agent/transaction_sample_builder.rb
Parent: Object

a builder is created with every sampled transaction, to dynamically generate the sampled data. It is a thread-local object, and is not accessed by any other thread so no need for synchronization.

@api private

Methods

Included Modules

NewRelic::CollectionHelper

Classes and Modules

Class NewRelic::Agent::TransactionSampleBuilder::PlaceholderNode

Constants

TT_THRESHOLD_KEY = :'transaction_tracer.transaction_threshold'

Attributes

current_node  [R] 
sample  [R] 

Public Class methods

Public Instance methods

[Validate]