Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud Function ptrace support

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?

0 1 94
1 REPLY 1

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.