DataDog / heroku-buildpack-datadog

Heroku Buildpack to run the Datadog Agent in a Dyno
https://www.datadoghq.com/
Apache License 2.0
69 stars 94 forks source link

`ENABLE_HEROKU_POSTGRES` (etc.) environment variables do not follow `DD_*` convention #332

Closed nertzy closed 1 year ago

nertzy commented 1 year ago

All of the environment variables that are used to configure the Datadog agent in this buildpack are prefixed with DD_, except for these:

This is unnecessarily confusing and a little bit risky, because these environment variables are also shared with the running application. I think it would be better if they were named something like:

That way, they are grouped together with other Datadog variables.

arapulido commented 1 year ago

Thanks for the feedback @nertzy . This has been now changed in the latest release of the buildpack.