Chef Handler Datadog Handler
Get Chef stats directly into Datadog. Add the gem as an execution and report handler to your Chef run.
Read more here: http://docs.datadoghq.com/guides/chef/#deployhandler
Install & Usage Instructions
Example of using handler in a role
name 'base' description 'base role, runs on every node' run_list( 'datadog::dd-handler', 'datadog::dd-agent', 'other_cookbook::recipe' ) default_attributes( 'datadog' => { 'api_key' => "PUT_YOUR_API_KEY_HERE", 'application_key' => "PUT_YOUR_APPLICATION_KEY_HERE" } )