Configuration file for the Datadog Application Monitoring tile for Pivotal Platform.
-
Create a virtual environment for installing needed python packages
cd tile virtualenv venv source venv/bin/activate
-
Install the Tile Generator utility on your machine
pip install tile-generator
- If it is already installed, update it with
pip install --upgrade tile-generator
- If it is already installed, update it with
-
Build the Datadog Cloud Foundry Buildpack or download it from the releases page on github.
-
Update
BUILDPACK_VERSION
under./scripts/prepare.sh
, then run the script to download the desired buildpack. -
Run the build script and pass the desired tile version as follows
VERSION=<TILE_VERSION> ./scripts/build.sh
.
The tile (datadog-application-monitoring-*.*.*.pivotal
file) is available in the tile/product
folder, and tile/tile-history.yml
has been automatically updated.