paketo-buildpacks / new-relic

A Cloud Native Buildpack that contributes the New Relic Agent and configures it to connect to the service
Apache License 2.0
5 stars 2 forks source link

docker.io/paketobuildpacks/new-relic

The Paketo Buildpack for New Relic is a Cloud Native Buildpack that contributes the New Relic Agent and configures it to connect to the service.

Behavior

This buildpack will participate if all the following conditions are met

The buildpack will do the following for Java applications:

The buildpack will do the following for NodeJS applications:

The buildpack will do the following for PHP applications:

The buildpack will do the following for Python applications:

The buildpack will do the following for Dotnet (.NET) Core applications:

Configuration

Environment Variable Description
$BP_NEW_RELIC_EXT_SHA256 Configure the SHA256 hash of the New Relic extensions archive
$BP_NEW_RELIC_EXT_STRIP Configure the number of directory components to strip from the New Relic extensions archive. Defaults to 0.
$BP_NEW_RELIC_EXT_URI Configure the download location of the New Relic extensions
$BP_NEW_RELIC_EXT_VERSION Configure the version of the New Relic extensions

Bindings

The buildpack optionally accepts the following bindings:

Type: dependency-mapping

Key Value Description
<dependency-digest> <uri> If needed, the buildpack will fetch the dependency with digest <dependency-digest> from <uri>

License

This buildpack is released under version 2.0 of the Apache License.