instrumentation/instagrpc v1.0.0
This is the first release of google.golang.org/grpc
instrumentation for Instana. github.com/instana/go-sensor/instrumentation/instagrpc
provides unary and stream interceptors for both servers and clients that ensure trace context propagation throughout the GRPC call.
To use this module add following line to your go.mod
:
require github.com/instana/go-sensor/instrumentation/instagrpc v1.0.0
For detailed usage example consult the README or example_test.go
.