# File lib/new_relic/agent/transaction/trace_node.rb, line 52
        def path_string
          "#{metric_name}[#{called_nodes.collect {|node| node.path_string }.join('')}]"
        end