odigos-io / opentelemetry-go-instrumentation

OpenTelemetry auto-instrumentation for Go applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can this work with serverless platforms like Cloud Run?

willie opened this issue · comments

Feature request

I'm largely deploying Go apps to Cloud Run and automatic instrumentation would be awesome. The docs only refer to k8s setups.

Use case

k8s is pretty complicated and for my apps, Cloud Run is a good match. I imagine other folks are deploying Go apps using other serverless platforms, too, and it would be helpful to be able to use this here vs. manual instrumentation.

Hi,
Unfortunately, it looks like currently Cloud Run does not support eBPF which is a requirement for running this instrumentation.

Thank you @edeNFed. I don't know how I missed it, but I appreciate you taking the time to find it out. I'll pass along a request through our GCP channels to try and get eBPF support.