Method: NewRelic::Agent::DistributedTraceMetrics#transaction_type_suffix

Defined in:
lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb

#transaction_type_suffixObject

[View source]

16
17
18
19
20
21
22
# File 'lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb', line 16

def transaction_type_suffix
  if Transaction.recording_web_transaction?
    ALL_WEB_SUFFIX
  else
    ALL_OTHER_SUFFIX
  end
end