class NewRelic::Agent::TransactionSqlData
Attributes
Public Class Methods
Public Instance Methods
Source
# File lib/new_relic/agent/sql_sampler.rb, line 226 def set_transaction_info(uri, guid) @uri = uri @guid = guid end
Source
# File lib/new_relic/agent/sql_sampler.rb, line 231 def set_transaction_name(name) @path = name end