# File lib/new_relic/agent/transaction_metrics.rb, line 15
      def initialize
        @unscoped = Hash.new(&DEFAULT_PROC)
        @scoped   = Hash.new(&DEFAULT_PROC)
      end