by heroku
GitHub Readme.md
This buildpack sets up the necessary machinery to utilize Heroku's Language Metrics feature.
This buildpack copies a .profile.d/ script into your slug. The .profile.d/ script downloads the latest agentmon release, and starts it on Dyno boot.
If you belong to the Heroku org, you can release a new version of the buildpack by running the following command:
$ git tag vXXX
$ heroku buildpacks:publish heroku/metrics vXXX
This will publish the tag vXXX
as a new version of the
heroku/metrics
buildpack. If you get a 401 you may not have the right
permissions to publish. Check with @jkutner
This buildpack uses Hatchet to run integration tests. To run them local make sure you have Ruby installed, then execute:
$ bundle install
$ bundle exec rspec spec/
Copy the snippet above into CLI.