# File lib/new_relic/agent/stats.rb, line 31
      def merge(other_stats)
        stats = self.clone
        stats.merge!(other_stats)
      end