chef-handler-datadog icon indicating copy to clipboard operation
chef-handler-datadog copied to clipboard

Get Chef stats & events directly into Datadog

Results 5 chef-handler-datadog issues
Sort by recently updated
recently updated
newest added

https://github.com/DataDog/chef-handler-datadog/security/code-scanning/1

Currently: Currently, it looks like the handler reports events using [combined_host_tags](https://github.com/DataDog/chef-handler-datadog/blob/master/lib/chef/handler/datadog_chef_tags.rb#L125) which is a `set of host tags based off the chef run`. It doesn't look like the handler supports...

The following changes https://github.com/DataDog/chef-handler-datadog/blob/88b36fa5702f4f258beb9758b888c91e695ef6f0/chef-handler-datadog.gemspec#L18 is breaking existing setup. ``` Unable to activate chef-handler-datadog-0.12.3, because dogapi-1.38.0 conflicts with dogapi (= 1.36.0) ```

We have a need to monitor stale nodes and other metrics based on the last successful chef run. This can be had if the handler emitted the `ohai_time` to Datadog....

We do not have a general usage example with parameters available in the README. Should cover installation and configuration variables.

documentation