# File lib/new_relic/agent/stats_engine/metric_stats.rb, line 183
        def merge_transaction_metrics!(txn_metrics, scope)
          with_stats_lock do
            @stats_hash.merge_transaction_metrics!(txn_metrics, scope)
          end
        end