Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

DataDog/datadog-process-agent

Repository files navigation

Datadog Process Agent

CircleCI

Installation

See the Live Processes docs for installation instructions.

Development or running from source

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

Contributing

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.