Method: NewRelic::Agent::Transaction#background_summary_metrics
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #background_summary_metrics ⇒ Object
509 510 511 512 513 514 515 516 |
# File 'lib/new_relic/agent/transaction.rb', line 509 def background_summary_metrics segments = @frozen_name.split('/') if segments.size > 2 ["OtherTransaction/#{segments[1]}/all", OTHER_SUMMARY_METRIC] else [] end end |