elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Use chef's native accumulators #69

Closed thommay closed 7 years ago

thommay commented 7 years ago

Also:

This gets source installs a little further by correctly getting the tag and (at least on debian) setting the path to go correctly, but the GOPATH is still unset and I'm not planning on using source installs.

The accumulator cookbook is unlikely to ever work on Chef 13, so this PR removes it's usage and uses the built in accumulators that are present from Chef 12.15 onwards.