Releases: DataDog/heroku-buildpack-datadog
Releases · DataDog/heroku-buildpack-datadog
1.19
[1.19] - 2020-08-27
Changed
- Agent now reports
datadog.heroku_agent.running
metric instead ofdatadog.agent.running
for agent versions6/7.22
and newer, to help customers identify which agents are reporting from a Heroku dyno.
Fixed
- Buildpack now works correctly with agent versions 7.21.x
Added
- Datadog agent pinned versions are now
6.22.0
and7.22.0
- DD_VERSION can now be set as part of the
prerun.sh
script
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
[1.11] - 2019-12-05
Added
- Added
buildpackversion
tag with the version of the buildpack. - Documentation section about rebuilding slugs when modifying certain options.
- Documenation about the order for slug layers.
Fixed
- Fixed
mcache
integration for python 2.
Changed
- Documentation on how to collect system metrics from the dynos.
1.10
[1.10] - 2019-10-22
Added
agent-wrapper
binary. This executable bash script will be added to thePATH
when starting a dyno using Datadog's buildpack to help running agent's debugging/status commands.
Changed
LD_LIBRARY_PATH
indatadog.sh
is not exported anymore, to avoid conflicts with Heroku's runtime- Compilation linking paths are not exported anymore