# File lib/new_relic/agent/transaction_metrics.rb, line 48
      def each_scoped
        @scoped.each { |name, stats| yield name, stats }
      end