odigos-io / opentelemetry-go-instrumentation

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

All functions instrumentation #42

Open nikolaydubina opened 2 years ago

nikolaydubina commented 2 years ago

Feature request

Does this package add instrumentation for all functions or only net/http and grpc?

eBPF allows to add instrumentation to every function call, would be good to have it here.

Use case

Automatically add instrumentation to all functions in Go pkg.

This is primary why I found this project, but surprised it is not supported.