...
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:
Sealights hook verifies that the application is bound with the sealights service
Install the agent from the Pypi repository
Modify target application start command
...