dd-agent icon indicating copy to clipboard operation
dd-agent copied to clipboard

missing gohai version

Open thedebugger opened this issue 8 years ago • 3 comments

People building dd-agent package from the source--we are building dd-agent nix package--have no way to determine what version of gohai to build and include in the dd-agent package. So, dd-agent should specify the gohai version in the source. Ideally, it should be in a packaging script which lives in the repo, but adding it in the changelog.md would also work. Also, gohai repo should be tagged.

thedebugger avatar May 09 '16 22:05 thedebugger

Thanks for the feedback @thedebugger .

We eventually want to merge gohai into the agent directly which would solve the issue.

Right now you can just build the latest version of gohai, the agent doesn't have hard dependency on gohai, it just captures the output of gohai and sends it to our backend which supports multiple versions of gohai.

remh avatar May 16 '16 15:05 remh

Hi @thedebugger, Would working with the latest gohai release meet your needs?

irabinovitch avatar Jun 01 '16 08:06 irabinovitch