module NewRelic::Agent::LogPriority
Public Instance Methods
Source
# File lib/new_relic/agent/log_priority.rb, line 13 def priority_for(txn) return txn.priority if txn rand.round(NewRelic::PRIORITY_PRECISION) end
# File lib/new_relic/agent/log_priority.rb, line 13 def priority_for(txn) return txn.priority if txn rand.round(NewRelic::PRIORITY_PRECISION) end