Skip to content

isabella232/chef-handler-honeycomb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-handler-honeycomb

Chef handler to report chef run statistics to Honeycomb

Steps to use this cookbook to report statistics to Honeycomb

  • put your writekey in the attributes file, update dataset name if you wish
  • add the cookbook early in the list (first is great)
  • add the commented section from the recipes/default.rb to client.rb or other location ** details: https://docs.chef.io/config_rb_client.html

run chef and see reports in Honeycomb!

If things don't work as you expect, you can add -l debug to the chef run. You will see debug output which will include the HTTP POST to Honeycomb and its results. Look for DEBUG: Initiating POST in the log. If you don't see anything in Honeycomb, try using this flag and look to see whether Honeycomb is responding with HTTP 200.

About

Chef handler to report chef run statistics to Honeycomb

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%