See the Live Processes docs for installation instructions.
Pre-requisites:
go >= 1.10.1
rake
Check out the repo in your $GOPATH
cd $GOPATH/DataDog
git clone git@github.com:DataDog/dd-process-agent
cd dd-process-agent
Pull down the latest dependencies via glide
:
rake deps
rake install
You can now run the Agent on the command-line:
dd-process-agent -config $PATH_TO_PROCESS_CONFIG_FILE
If you modify any of the .proto
files you must rebuild the *.pb.go files with
rake protobuf
In order for your contributions you will be required to sign a CLA. When a PR is opened a bot will prompt you to sign the CLA. Once signed you will be set for all contributions going forward.