Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: signalfx/heroku-signalfx-buildpack

Add APM support

24 Jun 23:36
e972845
Compare
Choose a tag to compare

Add Heroku Buildpack for SignalFx Agent

09 Jan 22:13
a225491
Compare
Choose a tag to compare
Add heroku buildpack for signalfx agent (#1)

* Add basic functionality

* Further enhancements to buildpack

 - Use envvar references in the agent config file
 - Allow the app to specify a config file at signalfx/agent.yaml
 - Don't do ingest/api default config in startup script (let agent do it)
 - Set bundle dir
 - Don't run in run dyno

* Add global dimensions to default config

* Optionally write logs to a file

* Update README

* Update default agent version

* Address feedback