The buildpack installs the elastic apm agent in a jvm.
To package this buildpack for consumption:
$ ./scripts/package.sh --version <version-number>
This will create a buildpackage.cnb
file under the build
directory which you can use to build your app as follows:
pack build <app-name> -p <path-to-app> -b build/buildpackage.cnb
To run all unit tests, run:
./scripts/unit.sh
To run all integration tests, run:
/scripts/integration.sh