# File lib/new_relic/agent/instrumentation/active_job.rb, line 69
        def self.transaction_name_suffix_for_job(job)
          "#{job.class}/execute"
        end