odigos-io / opentelemetry-go-instrumentation

OpenTelemetry auto-instrumentation for Go applications
Apache License 2.0
292 stars 44 forks source link

can this work with serverless platforms like Cloud Run? #27

Closed willie closed 2 years ago

willie commented 2 years ago

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.

edeNFed commented 2 years ago

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

willie commented 2 years ago

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.