Hello, I am looking to do monitoring/tracing on Cloud Function. Does Cloud Function support ptrace system calls?
Is there any integration available that we can modify the runtime environment? Similar to AWS Lambda Function Wrapper Script/Extensions?
You can use dependencies when using Cloud Function through package management such as npm or pip. If you want system package. If you want system package. See ''https://cloud.google.com/functions/docs/reference/system-packages'' for a list of restrictions.
If you want system packages that do not include system packages via official documentation. This can be solved using Cloud Run.