Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SeaLights Python agent has been integrated into the Cloud Foundry Python Buildpack since its version v1.8.13.

Sealights use the AfterCompile BeforeCompile hook in the Python build pack to install an agent and all required dependencies in the target container. So once the application is pushed to the cloud foundry service the following steps occur:

  1. Sealights hook verifies that the application is bound with the sealights service

  2. Install the agent from the Pypi repository

  3. Modify target application start command

...