gzzd icon indicating copy to clipboard operation
gzzd copied to clipboard

请教agent打包问题

Open zb-byte opened this issue 3 years ago • 1 comments

想要修改agent中的代码 重新打包,但是没找到相关的打包脚本,想请教下agent-bin.tgz 是如何打包的

zb-byte avatar Nov 22 '22 06:11 zb-byte

忠彬你好,刚看到 issue,白天有点忙。 agent 包是直接复用了原 bistoury 项目,想要修改agent代码有2种方法,

  1. 在 bistoury 项目修改后打包
  2. 把原项目的 bistoury-dist 子目录迁移过来

参考以下内容,

bistoury 构建文档: https://github.com/qunarcorp/bistoury/blob/b83b87032c3a394df31300a4fe3a1123cf6d7917/docs/cn/quick_start.md image

打好包后可从bistoury release下载 quick-start 对比本地打好的 agent 包是否完整正确 wget https://github.com/qunarcorp/bistoury/releases/download/v2.0.7/bistoury-2.0.7-quick-start.tar.gz

tar zxvf bistoury-2.0.7-quick-start.tar.gz

image

pnboot avatar Nov 22 '22 14:11 pnboot