0.4.0 • Published 5 years ago

pm2-datadog v0.4.0

Weekly downloads
2,772
License
MIT
Repository
-
Last release
5 years ago

pm2-datadog

This is a PM2 module to report application metrics and events in pm2 to Datadog.

Quick start

Install the module:

pm2 install pm2-datadog

Configuration variables

VariableDescriptionDefault
global_tagsA list of global tags to send with every metric/eventNone
hostThe hostname or IP address of the DogStatsD daemonlocalhost
intervalThe polling interval for reporting metrics10000
portThe port for the DogStatsD daemon8125

To set a configuration variable, please run the following in your project directory:

pm2 set pm2-datadog:<variable> <value>

Release

❯ npm version [<new version> | major | minor | patch] -m "Release %s"

License

MIT

0.4.0

5 years ago

0.4.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

7 years ago