1
0
Форкнуть 0
Heroku buildpack to run the lightstep collector in each dyno
Перейти к файлу
Andrew Hayworth ff977c428a Pull config from env 2021-01-28 13:42:42 -06:00
bin Pull config from env 2021-01-28 13:42:42 -06:00
extra Pull config from env 2021-01-28 13:42:42 -06:00
LICENSE Initial commit 2021-01-26 12:43:57 -06:00
README.md Pull config from env 2021-01-28 13:42:42 -06:00

README.md

heroku-buildpack-lightstep-collector

Heroku buildpack to run the lightstep collector in each dyno.

Configuration

Configure this buildpack by setting configuration variables for your app. At minimum, you must set:

  • COLLECTOR_SATELLITE_KEY: the satellite requires this to function.
  • COLLECTOR_PLAIN_PORT: the satellite tries to bind to port 80 by default, which will not work with Heroku.

Additional configuration variables can be found in LightStep's documentation.