Categorygithub.com/stackvista/stackstate-process-agent

# README

Datadog Process Agent

Run on Linux

Follow the installation steps on http://docs.datadoghq.com/guides/process/ for your OS version.

OR

Grab the latest release from the releases page and run from the command line:

dd-process-agent -config $PATH_TO_PROCESS_CONFIG_FILE

Running in Docker

See our Docker README for the full details.

Running in Kubernetes

See our Kubernetes README for the full details.

Development or running from source

Pre-requisites:

  • go >= 1.8.3
  • rake

Check out the repo in your $GOPATH

cd $GOPATH/DataDog
git clone [email protected]: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

Run on Mac or Windows

Coming soon...

# Packages

No description provided by the author
No description provided by the author
This is a duplicate of config/config.go without a dependency on dd-go/util to avoid pulling in the world.
message.go is a stripped down version of the backend message processing with support for the same MessageVersion and MessageEncoding but with only a limited set of message types.
No description provided by the author
No description provided by the author