Open nikolaydubina opened 2 years ago
Does this package add instrumentation for all functions or only net/http and grpc?
net/http
grpc
eBPF allows to add instrumentation to every function call, would be good to have it here.
Automatically add instrumentation to all functions in Go pkg.
This is primary why I found this project, but surprised it is not supported.
Feature request
Does this package add instrumentation for all functions or only
net/http
andgrpc
?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.