Skip to content

Forward application metrics and events to Datadog

Notifications You must be signed in to change notification settings

scrimba/pm2-datadog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Variable Description Default
global_tags A list of global tags to send with every metric/event [None]
host The hostname or IP address of the DogStatsD daemon localhost
interval The polling interval for reporting metrics 10000
port The port for the DogStatsD daemon 8125

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

About

Forward application metrics and events to Datadog

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%